summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-01-13 19:29:38 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-01-13 19:43:19 +0000
commit12ed39bf184c056dd103274773339e87c84e6476 (patch)
treef9ce1ede40c64e306ec258fa7242cbaf19628340 /test/Jamfile.jam
parentRay Trace cursor clicks to terrain surface (diff)
downloadilt-12ed39bf184c056dd103274773339e87c84e6476.tar.bz2
ilt-12ed39bf184c056dd103274773339e87c84e6476.tar.xz
ilt-12ed39bf184c056dd103274773339e87c84e6476.zip
Configure cppcheck libraries
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 4f5b920..afe58c8 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -14,9 +14,11 @@ project : requirements
<library>..//ilt
<toolset>tidy:<xcheckxx>hicpp-vararg
<toolset>tidy:<suppress>accessMoved
+ <toolset>tidy:<suppress>assertWithSideEffect
<toolset>tidy:<xcheckxx>bugprone-use-after-move
<toolset>tidy:<xcheckxx>hicpp-invalid-access-moved
<toolset>tidy:<xcheckxx>clang-analyzer-cplusplus.Move
+ <toolset>tidy:<librarydef>boost
;
run test-collection.cpp ;