Skip to content

Commit

Permalink
4408
Browse files Browse the repository at this point in the history
Really Fix CI.
  • Loading branch information
akkartik committed Jul 25, 2018
1 parent 95fbb9b commit b22e5e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build0
Expand Up @@ -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
Expand Down

0 comments on commit b22e5e1

Please sign in to comment.