From 103dc92125951019e8948026713810bbfd649db5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 21 Sep 2023 20:37:37 +0100 Subject: Add missing dependencies on test files --- slicer/test/Jamfile.jam | 5 +++-- 1 file 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 ] ] : types types common @@ -128,7 +129,7 @@ run ../xml//slicer-xml ../json//slicer-json ] - : : : + : -- : [ sequence.insertion-sort [ glob-tree-ex initial included expected : *.json *.xml ] ] : benchmark stdc++fs common -- cgit v1.2.3