diff test/build_bc_overload_tests.sh @ 16024:98f90d4dca20

fix rules for generated test files * test/Makefile.am: List all generated bc_overloads files as targets. (CLEANFILES): Fix typo. * build_bc_overload_tests.sh: List all files on separate lines.
author John W. Eaton <jwe@octave.org>
date Sat, 09 Feb 2013 09:48:48 -0500
parents 5b2126a8c84f
children
line wrap: on
line diff
--- a/test/build_bc_overload_tests.sh
+++ b/test/build_bc_overload_tests.sh
@@ -39,7 +39,8 @@
 if [ $# -eq 1 ]; then
   case "$1" in
     --list-files)
-      echo tbcover.m test_bc_overloads.m
+      echo tbcover.m
+      echo test_bc_overloads.m
       for class in $CLASSES; do
         echo @$class/tbcover.m
       done