From 94e99a5a9ded01e8184543b7ddf5cdfa39573ded Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 29 Dec 2022 23:25:25 +0000 Subject: Move test render helpers into a new test library --- test/Jamfile.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Jamfile.jam') 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 tidy:clang-analyzer-cplusplus.Move tidy: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 : : : test ; run test-glContextBhvr.cpp ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; -- cgit v1.2.3