diff options
-rwxr-xr-x | build0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build0 b/build0 index 7c2f1da1..2cc4766d 100755 --- a/build0 +++ b/build0 @@ -19,6 +19,7 @@ cd tangle ls [0-9]*.test.cc |sed 's/.*/#include "&"/' > test_file_list # list of tests to run grep -h "^[[:space:]]*void test_" [0-9]*.cc |sed 's/^\s*void \(.*\)() {$/\1,/' > test_list + grep -h "^\s*void test_" [0-9]*.cc |sed 's/^\s*void \(.*\)() {.*/"\1",/' > test_name_list # } # Now that we have all the _lists, compile 'tangle' g++ -g -O2 boot.cc -o tangle |