Added a runtest.in file in atest directory.

This commit is contained in:
Harry Moffat 2008-09-05 00:56:04 +00:00
parent 9c114cb4c8
commit e7394cd667
2 changed files with 11 additions and 1 deletions

8
configure vendored

File diff suppressed because one or more lines are too long

View file

@ -1770,6 +1770,7 @@ AC_OUTPUT(Makefile \
test_problems/cathermo/VPissp/Makefile \
test_problems/VCSnonideal/Makefile \
test_problems/VPsilane_test/Makefile \
test_problems/VPsilane_test/runtest \
test_problems/VCSnonideal/NaCl_equil/Makefile \
bin/install_tsc \
)
@ -1786,6 +1787,9 @@ fi
if test -f "test_problems/nasa9_reader/runtest"; then
chmod +x test_problems/nasa9_reader/runtest
fi
if test -f "test_problems/VPsilane_test/runtest"; then
chmod +x test_problems/VPsilane_test/runtest
fi
if test -f "bin/install_tsc"; then
chmod +x bin/install_tsc
fi