summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-06 13:36:18 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-06 13:37:58 +0000
commit6f339810f23bdd32311726fb2736e26e2cdb7edb (patch)
tree920ab36cf82aa8255674197defe01e6aad797516 /test/Jamfile.jam
parentReplace basic glVertexArray with a specific class ready for helpers (diff)
downloadilt-6f339810f23bdd32311726fb2736e26e2cdb7edb.tar.bz2
ilt-6f339810f23bdd32311726fb2736e26e2cdb7edb.tar.xz
ilt-6f339810f23bdd32311726fb2736e26e2cdb7edb.zip
Include a stacktrace in Boost test context reported for OpenGL errors
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index bdaaa45..a96ca2a 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -4,6 +4,7 @@ import path : glob-tree ;
lib boost_unit_test_framework ;
lib benchmark ;
+lib stdc++exp ;
path-constant res : ../res ;
path-constant fixtures : fixtures ;
@@ -42,7 +43,7 @@ project : requirements
<toolset>tidy:<xcheckxx>hicpp-vararg
<toolset>tidy:<librarydef>boost
;
-lib test : [ glob *.cpp : test-*.cpp perf-*.cpp ] ;
+lib test : [ glob *.cpp : test-*.cpp perf-*.cpp ] : <library>stdc++exp ;
rule perfrun ( main + : extra-requirements * : runtime-dependency * : command-args * ) {
local name = $(main[0]:S=) ;
local benchmark = $(main[0]:S=.benchmark) ;