summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-12-18 15:19:42 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-18 15:19:49 +0000
commitfc5670cbfca78b066e4a2606871ce77eee9ec211 (patch)
treeb139f5977f8fee40cf903b0d3ae8c3bf1b88acbd /Jamroot.jam
parentProfile build should be lto too (diff)
downloadilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.tar.bz2
ilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.tar.xz
ilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.zip
Simpler testing rule
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam7
1 files changed, 1 insertions, 6 deletions
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/* ] ]
- :
- <library>ilt
- ;
+run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ;
lib ilt :
[ glob-tree *.cpp *.vs *.fs : application bin test ]