From 5f7ef966aa4204c774a4e23bd1bd9a34d07db67c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 12 Feb 2019 22:02:17 +0000 Subject: Enable performance checks (not for tests) --- Jamroot.jam | 2 +- libadhocutil/unittests/Jamfile.jam | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Jamroot.jam b/Jamroot.jam index 7111626..1e66cc8 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -24,7 +24,7 @@ project tidy:modernize-* #tidy:cppcoreguidelines-* #tidy:hicpp-* -#tidy:performance-* + tidy:performance-* ; build-project libadhocutil ; diff --git a/libadhocutil/unittests/Jamfile.jam b/libadhocutil/unittests/Jamfile.jam index 02a9275..b9f5c60 100644 --- a/libadhocutil/unittests/Jamfile.jam +++ b/libadhocutil/unittests/Jamfile.jam @@ -7,6 +7,11 @@ type.register TEXT : txt ; generators.register-standard xxd.h : TEXT : H ; +project + : requirements + tidy:performance-* + ; + actions xxd.h { ( cd ./$(2:D) && xxd -i $(2:B).txt ) > $(1[1]) -- cgit v1.2.3