diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-18 15:19:42 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-18 15:19:49 +0000 |
commit | fc5670cbfca78b066e4a2606871ce77eee9ec211 (patch) | |
tree | b139f5977f8fee40cf903b0d3ae8c3bf1b88acbd | |
parent | Profile build should be lto too (diff) | |
download | ilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.tar.bz2 ilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.tar.xz ilt-fc5670cbfca78b066e4a2606871ce77eee9ec211.zip |
Simpler testing rule
-rw-r--r-- | Jamroot.jam | 7 |
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 ] |