summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-09-21 20:37:37 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-09-21 20:38:36 +0100
commit103dc92125951019e8948026713810bbfd649db5 (patch)
treea57d9b12521384779545974924d4d4261660dc81
parentRemove void * in class hierarchy handling (diff)
downloadslicer-103dc92125951019e8948026713810bbfd649db5.tar.bz2
slicer-103dc92125951019e8948026713810bbfd649db5.tar.xz
slicer-103dc92125951019e8948026713810bbfd649db5.zip
Add missing dependencies on test files
-rw-r--r--slicer/test/Jamfile.jam5
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