about summary refs log tree commit diff stats
path: root/build0
diff options
context:
space:
mode:
Diffstat (limited to 'build0')
-rwxr-xr-xbuild01
1 files changed, 1 insertions, 0 deletions
diff --git a/build0 b/build0
index 7cc6fc95..b31b8bd0 100755
--- a/build0
+++ b/build0
@@ -38,6 +38,7 @@ cd ..
 grep -h "^[^[:space:]#].*) {$" mu.cc  |grep -v ":.*("  |sed 's/ {.*/;/'  > function_list
 # auto-generate list of tests to run
 grep -h "^\s*void test_" mu.cc  |sed 's/^\s*void \(.*\)() {.*/\1,/'  > test_list
+grep -h "^\s*void test_" mu.cc  |sed 's/^\s*void \(.*\)() {.*/"\1",/'  > test_name_list
 g++ -g -O2 mu.cc termbox/libtermbox.a -o mu_bin
 
 cat [0-9]*.mu > core.mu