From 485445b391f8f342ba7a91cb8c628e4ee9b3003a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Jan 2021 18:38:27 +0000 Subject: Add some tests over collection --- test/Jamfile.jam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/Jamfile.jam (limited to 'test/Jamfile.jam') 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 + BOOST_TEST_DYN_LINK + boost_unit_test_framework + ..//ilt + tidy:hicpp-vararg + ; + +run test-collection.cpp ; -- cgit v1.2.3