Running the tests via make test fails due to the following line in src/test/CMakeLists.txt:
set ( TEST_FILENAME "/home/sk/data/test/test1/test.ff")
- What is the recommended way to run the test suite?
- Is it easily possible (and even more importantly, would it make sense) to just run the tests that do not depend on the above mentioned local file?
Running the tests via
make testfails due to the following line insrc/test/CMakeLists.txt: