# 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
