run all ctests in serial

This commit is contained in:
nick black 2021-08-08 04:16:14 -04:00
parent db67787628
commit a523973125
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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