From bb4f9e6498ba715911f83e0dc221a5b1b86baf51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 10:32:50 +0200 Subject: Further test module development --- bootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index e36d079..8210d25 100755 --- a/bootstrap +++ b/bootstrap @@ -69,7 +69,9 @@ if test -z "$libbutl"; then exit 1 fi -src="build/*.cxx build/config/*.cxx build/bin/*.cxx build/cxx/*.cxx $libbutl/butl/*.cxx" +src="build/*.cxx build/config/*.cxx build/bin/*.cxx build/cxx/*.cxx" +src="$src build/cli/*.cxx build/test/*.cxx" #@@ Probably temporary. +src="$src $libbutl/butl/*.cxx" echo $cxx -std=c++1y -I$libbutl -I. -o build/b-boot $src 1>&2 exec $cxx -std=c++1y -I$libbutl -I. -o build/b-boot $src -- cgit v1.1