summaryrefslogtreecommitdiff
path: root/unittests/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 16:34:08 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 16:34:08 +0100
commitc1002936abe28230ab43a960d164cd05d51f69ec (patch)
treef3ebdf68b94561ac991049e2a22cd241ca4be41d /unittests/Jamfile.jam
parentFix-up all the clang-tidy warnings (diff)
downloadnetfs-gitfs-c1002936abe28230ab43a960d164cd05d51f69ec.tar.bz2
netfs-gitfs-c1002936abe28230ab43a960d164cd05d51f69ec.tar.xz
netfs-gitfs-c1002936abe28230ab43a960d164cd05d51f69ec.zip
Add a perf test of key functionsHEADnetfs-gitfs-0.2.4main
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 ;