summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-12-29 23:25:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-12-29 23:25:25 +0000
commit94e99a5a9ded01e8184543b7ddf5cdfa39573ded (patch)
treeca6dd314da3c3d29fd8fc8d36f53d578c8c48be6 /test/Jamfile.jam
parentAdd missing explicit on constructors (diff)
downloadilt-94e99a5a9ded01e8184543b7ddf5cdfa39573ded.tar.bz2
ilt-94e99a5a9ded01e8184543b7ddf5cdfa39573ded.tar.xz
ilt-94e99a5a9ded01e8184543b7ddf5cdfa39573ded.zip
Move test render helpers into a new test library
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 6a83f9c..72ec0e3 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -20,6 +20,7 @@ project : requirements
<toolset>tidy:<xcheckxx>clang-analyzer-cplusplus.Move
<toolset>tidy:<librarydef>boost
;
+lib test : [ glob *.cpp : test-*.cpp ] ;
run test-collection.cpp ;
run test-obj.cpp ;
@@ -30,7 +31,7 @@ run test-network.cpp ;
run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json fixtures/json/bad/*.json ] ] ;
run test-text.cpp ;
run test-enumDetails.cpp ;
-run test-render.cpp ;
+run test-render.cpp : : : <library>test ;
run test-glContextBhvr.cpp ;
compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;