summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
new file mode 100644
index 0000000..0dbbc4e
--- /dev/null
+++ b/test/Jamfile.jam
@@ -0,0 +1,12 @@
+import testing ;
+
+lib boost_unit_test_framework ;
+
+project : requirements
+ <define>BOOST_TEST_DYN_LINK
+ <library>boost_unit_test_framework
+ <library>..//ilt
+ <toolset>tidy:<xcheckxx>hicpp-vararg
+ ;
+
+run test-collection.cpp ;