Add CMake tests

This commit is contained in:
Peter Dimov
2019-12-28 18:44:22 +02:00
parent cab10beccd
commit 38d5273ad7
8 changed files with 129 additions and 1 deletions

View File

@ -20,7 +20,8 @@ run throw_exception_no_exceptions_test.cpp ;
run throw_exception_no_integration_test.cpp ;
run throw_exception_no_both_test.cpp ;
compile-fail throw_exception_fail.cpp : <warnings-as-errors>off ;
compile-fail throw_exception_fail.cpp
: <warnings-as-errors>off ;
run throw_exception_test2.cpp ;
run throw_exception_test3.cpp ;