diff options
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 3b4e891..e221af7 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -47,9 +47,9 @@ run test-collection.cpp ; run test-maths.cpp ; run test-lib.cpp ; run test-geo.cpp ; -run test-network.cpp ; +run test-network.cpp : : : <library>test ; run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree fixtures : *.json ] ] : <library>test ; -run test-text.cpp ; +run test-text.cpp : : : <library>test ; run test-enumDetails.cpp ; run test-render.cpp : -- : test-assetFactory : <library>test ; run test-glContextBhvr.cpp ; |