about summary refs log tree commit diff stats
path: root/subx/build
diff options
context:
space:
mode:
Diffstat (limited to 'subx/build')
-rwxr-xr-xsubx/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/build b/subx/build
index 7d01f975..3bcbfc0c 100755
--- a/subx/build
+++ b/subx/build
@@ -98,6 +98,7 @@ older_than subx.cc $LAYERS ../enumerate/enumerate ../tangle/tangle && {
 
 grep -h "^[^[:space:]#].*) {$" subx.cc  |grep -v ":.*("  |sed 's/ {.*/;/'  |update function_list
 grep -h "^\s*void test_" subx.cc  |sed 's/^\s*void \(.*\)() {.*/\1,/'  |update test_list
+grep -h "^\s*void test_" subx.cc  |sed 's/^\s*void \(.*\)() {.*/"\1",/'  |update test_name_list
 
 older_than subx_bin subx.cc *_list && {
   $CXX $CFLAGS subx.cc -o subx_bin