From e439dea846df70018ea7cf7b34154502ef2fbc9d Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <guma44@gmail.com>
Date: Fri, 23 Feb 2018 10:23:30 +0100
Subject: [PATCH] chore: SCHWED-3126 Make tests actually include nonstandard

---
 modules/conop/tests/CMakeLists.txt   | 3 +--
 modules/mol/alg/tests/CMakeLists.txt | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/conop/tests/CMakeLists.txt b/modules/conop/tests/CMakeLists.txt
index 964006509..44fd58acf 100644
--- a/modules/conop/tests/CMakeLists.txt
+++ b/modules/conop/tests/CMakeLists.txt
@@ -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
diff --git a/modules/mol/alg/tests/CMakeLists.txt b/modules/mol/alg/tests/CMakeLists.txt
index 0002d7149..0715910b1 100644
--- a/modules/mol/alg/tests/CMakeLists.txt
+++ b/modules/mol/alg/tests/CMakeLists.txt
@@ -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)
-- 
GitLab