File: test-base.test

package info (click to toggle)
btest 0.72-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: python: 2,187; sh: 547; makefile: 165; xml: 12; awk: 1
file content (7 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# %TEST-EXEC: mkdir -p x/y/z
# %TEST-EXEC: mv %INPUT x/y/z/new-test
# %TEST-EXEC: BTEST_TEST_BASE=x/y btest z/new-test
# %TEST-EXEC: BTEST_TEST_BASE=`pwd`/x/y btest z/new-test

@TEST-EXEC: echo Hello, World!
@TEST-EXEC: exit 0