From 940df353e899870b51c174ff96937022ebf3857b Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 18 Jan 2006 12:14:03 +0000 Subject: [PATCH] Added Jamfile.v2 [SVN r32349] --- Jamfile.v2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Jamfile.v2 diff --git a/Jamfile.v2 b/Jamfile.v2 new file mode 100644 index 0000000..84bbb6d --- /dev/null +++ b/Jamfile.v2 @@ -0,0 +1,10 @@ + +import testing ; + +test-suite concept_check + : [ 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 ] + ;