diff options
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam new file mode 100644 index 0000000..a008606 --- /dev/null +++ b/test/Jamfile.jam @@ -0,0 +1,14 @@ +lib boost_unit_test_framework : : <link>shared ; + +path-constant src : ../src ; +path-constant test : . ; + +run test-ingest.cpp : + -- : + : + <define>BOOST_TEST_DYN_LINK + <define>SRC=\"$(src)\" + <define>TEST=\"$(test)\" + <library>$(src)//webstat + <library>boost_unit_test_framework + ; |