Skip to content
Snippets Groups Projects
Commit e439dea8 authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

chore: SCHWED-3126 Make tests actually include nonstandard

parent eaa33ff4
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,7 @@ set(OST_CONOP_UNIT_TESTS ...@@ -9,8 +9,7 @@ set(OST_CONOP_UNIT_TESTS
if (COMPOUND_LIB) if (COMPOUND_LIB)
list(APPEND OST_CONOP_UNIT_TESTS test_compound.py list(APPEND OST_CONOP_UNIT_TESTS test_compound.py
test_cleanup.py test_cleanup.py)
test_nonstandard.py)
endif() endif()
ost_unittest(MODULE conop ost_unittest(MODULE conop
......
...@@ -11,7 +11,8 @@ set(OST_MOL_ALG_UNIT_TESTS ...@@ -11,7 +11,8 @@ set(OST_MOL_ALG_UNIT_TESTS
) )
if (COMPOUND_LIB) if (COMPOUND_LIB)
list(APPEND OST_MOL_ALG_UNIT_TESTS test_qsscoring.py) list(APPEND OST_MOL_ALG_UNIT_TESTS test_qsscoring.py
test_nonstandard.py)
endif() endif()
ost_unittest(MODULE mol_alg SOURCES "${OST_MOL_ALG_UNIT_TESTS}" LINK ost_io) ost_unittest(MODULE mol_alg SOURCES "${OST_MOL_ALG_UNIT_TESTS}" LINK ost_io)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment