From fbf27dc43326e252d62ca094285662826d0293b0 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno <mmore500.login+gpg@gmail.com> Date: Thu, 7 Dec 2023 21:10:53 -0500 Subject: [PATCH] Revert "Temporarily removed Systematics tests..." This reverts commit 42c5d39dab1b5f4201eb121d77e69ada568e01e1. --- tests/Evolve/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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