diff options
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index c065dd8..cfa1f21 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -1,4 +1,5 @@ import testing ; +import sequence ; lib boost_unit_test_framework ; @@ -18,4 +19,4 @@ run test-collection.cpp ; run test-obj.cpp ; run test-maths.cpp ; run test-network.cpp ; -run test-persistance.cpp ; +run test-persistance.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json ] ] ; |