diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-05 03:28:53 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-05 03:28:53 +0000 |
commit | c21b0f14a33f4c3121e643d45517965895211080 (patch) | |
tree | 31f8c5083c3ca87db93a7783693759d5e8480726 /test/Jamfile.jam | |
parent | Unify asset factory perf tests as it's now a combined load/create operation (diff) | |
download | ilt-c21b0f14a33f4c3121e643d45517965895211080.tar.bz2 ilt-c21b0f14a33f4c3121e643d45517965895211080.tar.xz ilt-c21b0f14a33f4c3121e643d45517965895211080.zip |
Move persistence test objects to test library
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 907632e..e5781e1 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -48,7 +48,7 @@ run test-maths.cpp ; run test-lib.cpp ; run test-geo.cpp ; run test-network.cpp ; -run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json fixtures/json/bad/*.json ] ] ; +run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json fixtures/json/bad/*.json ] ] : <library>test ; run test-text.cpp ; run test-enumDetails.cpp ; run test-render.cpp : : : <library>test ; |