summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
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 ;