Commit 14f56954 by Maarten L. Hekkelman

Fix unit test to use correct resources directory

parent 4870c9fa
...@@ -66,7 +66,7 @@ bool init_unit_test() ...@@ -66,7 +66,7 @@ bool init_unit_test()
{ {
gTestDir = boost::unit_test::framework::master_test_suite().argv[1]; gTestDir = boost::unit_test::framework::master_test_suite().argv[1];
cif::add_data_directory(gTestDir / ".." / "rsrc"); cif::add_data_directory(gTestDir / ".." / "libdssp" / "mmcif_pdbx");
} }
// // do this now, avoids the need for installing // // do this now, avoids the need for installing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment