From fc5670cbfca78b066e4a2606871ce77eee9ec211 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 18 Dec 2021 15:19:42 +0000 Subject: Simpler testing rule --- Jamroot.jam | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index f7edfd3..ce4b342 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -64,12 +64,7 @@ exe iliketrains : ; explicit main ; -run application/main.cpp - : -- : - [ sequence.insertion-sort [ glob res/* ] ] - : - ilt - ; +run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ; lib ilt : [ glob-tree *.cpp *.vs *.fs : application bin test ] -- cgit v1.2.3