From 4c25da8a7ba7437657c3e2da592145113d3532f4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Jul 2019 10:53:14 +0100 Subject: Initial commit Not a lot of stuff, hard coded paths, tests against /usr/portage --- unittests/Jamfile.jam | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 unittests/Jamfile.jam (limited to 'unittests/Jamfile.jam') diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam new file mode 100644 index 0000000..9de6ea6 --- /dev/null +++ b/unittests/Jamfile.jam @@ -0,0 +1,29 @@ +import testing ; + +lib boost_utf : : boost_unit_test_framework ; +lib dryice : : : : ..//icetray ; + +path-constant me : . ; + +lib common : + mockDefs.cpp + : + dryice + ../src//gitfs + ..//adhocutil + boost_utf + ROOT=\"$(me)\" + : : + dryice + ../src//gitfs + boost_utf + ROOT=\"$(me)\" + BOOST_TEST_DYN_LINK + ; + + +run core.cpp : : : + ../src//gitfs + common + ; + -- cgit v1.2.3