summaryrefslogtreecommitdiff
path: root/unittests/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Jamfile.jam')
-rw-r--r--unittests/Jamfile.jam4
1 files changed, 3 insertions, 1 deletions
diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam
index ad6f108..b27d67a 100644
--- a/unittests/Jamfile.jam
+++ b/unittests/Jamfile.jam
@@ -1,5 +1,6 @@
lib boost_utf : : <name>boost_unit_test_framework ;
lib dryice : : : : <library>..//icetray ;
+lib benchmark ;
path-constant gitdir : ../.git ;
@@ -23,4 +24,5 @@ lib common :
run config.cpp : : : <library>common ;
run core.cpp : : : <library>common ;
run service.cpp : : : <library>common ;
-
+explicit perf ;
+run perf.cpp : : : <library>common <library>benchmark ;