From a523973125da74a92c7fed0edbd3be8ee4ffd258 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 8 Aug 2021 04:16:14 -0400 Subject: [PATCH] run all ctests in serial --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d5f69dbd..738d1cb37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -703,7 +703,8 @@ add_test( NAME rgbbg COMMAND rgbbg ) -set_tests_properties(ncpp_build ncpp_build_exceptions rgb rgbbg +set_tests_properties( + notcurses-info ncpp_build ncpp_build_exceptions sgr-direct sgr-full rgb rgbbg PROPERTIES RUN_SERIAL TRUE ) endif()