about summary refs log tree commit diff stats
path: root/build1
diff options
context:
space:
mode:
Diffstat (limited to 'build1')
-rwxr-xr-xbuild12
1 files changed, 2 insertions, 0 deletions
diff --git a/build1 b/build1
index dbb58cfd..2551cfeb 100755
--- a/build1
+++ b/build1
@@ -37,9 +37,11 @@ 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'
   $CXX $CFLAGS boot.cc -o tangle
+  ./tangle test
 cd ..
 
 cd termbox