File: sample.vel

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
targets(
        commands [
            $ echo noop > /dev/null
            log "Testing out the commands and stuff."
            given "True"
            py 'print "hi!"'
            $ rm -f setup.py
            gen (from 'scripts/setup.py' to 'setup.py')
        ]
)