Browse Source

added simulator to tests

ebc18bc6f2
tempestpy_adaptions
Stefan Pranger 3 years ago
parent
commit
ba1d0d052d
  1. 2
      src/test/storm/CMakeLists.txt

2
src/test/storm/CMakeLists.txt

@ -10,7 +10,7 @@ register_source_groups_from_filestructure("${ALL_FILES}" test)
include_directories(${GTEST_INCLUDE_DIR}) include_directories(${GTEST_INCLUDE_DIR})
# Set split and non-split test directories # Set split and non-split test directories
set(NON_SPLIT_TESTS abstraction adapter automata builder logic model parser permissiveschedulers solver storage transformer utility)
set(NON_SPLIT_TESTS abstraction adapter automata builder logic model parser permissiveschedulers simulator solver storage transformer utility)
set(MODELCHECKER_TEST_SPLITS abstraction csl exploration multiobjective reachability) set(MODELCHECKER_TEST_SPLITS abstraction csl exploration multiobjective reachability)
set(MODELCHECKER_PRCTL_TEST_SPLITS dtmc mdp) set(MODELCHECKER_PRCTL_TEST_SPLITS dtmc mdp)

Loading…
Cancel
Save