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()