trying and failing to add a new test
Posted: Wed Jun 04, 2014 6:50 pm
Hi,
I'm trying to add a new test (t70.in in v7) but the system doesn't find it. I've added t70.in to tests/v7/Input, added t70.out to tests/v7/Refs, and added a line to __init__.py in the tests/v7 directory. But running the following:
../../tests/runtests.py v7[70]
from the tests subdirectory of my build subdirectory gives the following output:
FortranCompiler: gfortran None
test_suite is empty. No test fulfills the requirements specified by the user!
Test_suite directory already exists! Old files will be removed
Running ntests = 0, MPI_nprocs = 1, py_nthreads = 1...
/home/jzwanzig/code/abinit/7.8/7.8.0-private/tests/pymods/testsuite.py:2962: UserWarning: len(self) == 0
warn("len(self) == 0")
Test suite results in HTML format are available in Test_suite/suite_report.html
any suggestions?
thanks,
Joe
I'm trying to add a new test (t70.in in v7) but the system doesn't find it. I've added t70.in to tests/v7/Input, added t70.out to tests/v7/Refs, and added a line to __init__.py in the tests/v7 directory. But running the following:
../../tests/runtests.py v7[70]
from the tests subdirectory of my build subdirectory gives the following output:
FortranCompiler: gfortran None
test_suite is empty. No test fulfills the requirements specified by the user!
Test_suite directory already exists! Old files will be removed
Running ntests = 0, MPI_nprocs = 1, py_nthreads = 1...
/home/jzwanzig/code/abinit/7.8/7.8.0-private/tests/pymods/testsuite.py:2962: UserWarning: len(self) == 0
warn("len(self) == 0")
Test suite results in HTML format are available in Test_suite/suite_report.html
any suggestions?
thanks,
Joe