Really Fix CI.
This commit is contained in:
Kartik Agaram 2018-07-25 16:22:27 -07:00
parent 95fbb9bfdc
commit b22e5e1447
1 changed files with 1 additions and 0 deletions

1
build0
View File

@ -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