File: control

package info (click to toggle)
chemeq 3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: cpp: 921; xml: 346; yacc: 336; python: 329; javascript: 120; perl: 118; makefile: 66; sh: 13
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# run all tests in $package_root/tests
# then filter out every line starting with "#" or with "OK"
# there must be zero lines left.

Test-Command: cd tests;
	      bash chemtest > $AUTOPKGTEST_ARTIFACTS/chemtest.log;
	      test $(./numerrors) = 0