mirror of
https://github.com/boostorg/concept_check.git
synced 2026-01-27 01:02:18 +01:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
subproject libs/concept_check ;
|
|
|
|
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
|
include testing.jam ;
|
|
|
|
compile stl_concept_covering.cpp ;
|
|
compile concept_check_test.cpp ;
|
|
compile class_concept_check_test.cpp ;
|
|
link-fail concept_check_fail_expected.cpp ;
|
|
link-fail class_concept_fail_expected.cpp ;
|