diff options
-rw-r--r-- | slicer/test/Jamfile.jam | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/slicer/test/Jamfile.jam b/slicer/test/Jamfile.jam index 4ed71fb..20cc95e 100644 --- a/slicer/test/Jamfile.jam +++ b/slicer/test/Jamfile.jam @@ -1,4 +1,5 @@ import ./slicer.jam ; +import sequence ; lib dl ; lib stdc++fs ; @@ -81,7 +82,7 @@ run compilation.cpp run serializers.cpp helpers.cpp - : : : + : -- : [ sequence.insertion-sort [ glob-tree-ex initial included expected : *.json *.xml ] ] : <library>types <implicit-dependency>types <library>common @@ -128,7 +129,7 @@ run <use>../xml//slicer-xml <use>../json//slicer-json ] - : : : + : -- : [ sequence.insertion-sort [ glob-tree-ex initial included expected : *.json *.xml ] ] : <library>benchmark <library>stdc++fs <library>common |