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
Branches
Tags
No related merge requests found
......@@ -9,8 +9,7 @@ set(OST_CONOP_UNIT_TESTS
if (COMPOUND_LIB)
list(APPEND OST_CONOP_UNIT_TESTS test_compound.py
test_cleanup.py
test_nonstandard.py)
test_cleanup.py)
endif()
ost_unittest(MODULE conop
......
......@@ -11,7 +11,8 @@ set(OST_MOL_ALG_UNIT_TESTS
)
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()
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