summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-09-24 21:28:56 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-09-24 21:33:13 +0100
commit897546d596d8d7213cff60146123bb8f97d4d1cc (patch)
treeaa3ec6a8db09d6eaf915805986e57d691c7d11f6 /test/Jamfile.jam
parent71803b97f1c9e31f2027da48bb742353f9c43e62 (diff)
downloadwebstat-897546d596d8d7213cff60146123bb8f97d4d1cc.tar.bz2
webstat-897546d596d8d7213cff60146123bb8f97d4d1cc.tar.xz
webstat-897546d596d8d7213cff60146123bb8f97d4d1cc.zip
Create settings structure
Holds all the settings and their defaults for use in program_options and tests. Disables missing-field-initializers in tests because its over sensitive to structures with defaults where you only provide some values specifically.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 217feec..493c5bc 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -12,6 +12,7 @@ project WebStat-Testing : requirements
<define>TEST=\"$(test)\"
<define>FIXTURES=\"$(fixtures)\"
<library>$(src)//webstat
+ <toolset>gcc,<variant>debug:<cflags>-Wno-missing-field-initializers
;
lib test-util :