Skip to content
Snippets Groups Projects
Commit b15acf69 authored by Marco Biasini's avatar Marco Biasini
Browse files

only build img io unit test when img support is compiled in

parent 777e8348
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,14 @@ set(OST_IO_UNIT_TESTS
test_io_pdb.cc
test_io_crd.cc
test_io_sdf.cc
test_io_img.cc
test_pir.cc
test_iomanager.cc
tests.cc
test_star_parser.cc
)
if (ENABLE_IMG)
list(APPEND OST_IO_UNIT_TESTS test_io_img.cc)
endif()
ost_unittest(MODULE io
SOURCES "${OST_IO_UNIT_TESTS}"
LINK ost_mol ost_seq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment