summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/tuple/test/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/tuple/test/Jamfile')
-rw-r--r--src/boost/libs/tuple/test/Jamfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/tuple/test/Jamfile b/src/boost/libs/tuple/test/Jamfile
new file mode 100644
index 00000000..66574f69
--- /dev/null
+++ b/src/boost/libs/tuple/test/Jamfile
@@ -0,0 +1,8 @@
+
+project : requirements <library>/boost/test//boost_test_exec_monitor ;
+
+test-suite tuple :
+ [ run tuple_test_bench.cpp ]
+ [ run io_test.cpp ]
+ [ run another_tuple_test_bench.cpp ]
+ ; \ No newline at end of file