From 485445b391f8f342ba7a91cb8c628e4ee9b3003a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Jan 2021 18:38:27 +0000 Subject: Add some tests over collection --- Jamroot.jam | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 0c030aa..043ac4f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -49,13 +49,10 @@ exe iliketrains : application/main.cpp : ilt - . - utility - lib ; lib ilt : - [ glob-tree *.cpp *.c *.vs *.fs : bin ] + [ glob-tree *.cpp *.c *.vs *.fs : bin test ] : release:static . @@ -65,4 +62,10 @@ lib ilt : glew/shared pthread/shared stb + : : + . + utility + lib ; + +build-project test ; -- cgit v1.2.3