diff --git a/tests/Evolve/Makefile b/tests/Evolve/Makefile index 7b0630b2b9..80fb1f9140 100644 --- a/tests/Evolve/Makefile +++ b/tests/Evolve/Makefile @@ -1,5 +1,4 @@ -TEST_NAMES = NK-const NK Resource StateGrid World World_iterator World_output World_reflect World_select World_structure OEE -# Temporarily removed: Systematics +TEST_NAMES = NK-const NK Resource StateGrid Systematics World World_iterator World_output World_reflect World_select World_structure OEE # -O3 -Wl,--stack,8388608 -ftrack-macro-expansion=0 FLAGS = -std=c++20 -g -pthread -Wall -Wno-unused-function -Wno-unused-private-field -I../../include/ -I../../ -I../../third-party/cereal/include/ -DCATCH_CONFIG_MAIN