comparison 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
comparison
equal deleted inserted replaced
16023:98fc95793699 16024:98f90d4dca20
37 " 37 "
38 38
39 if [ $# -eq 1 ]; then 39 if [ $# -eq 1 ]; then
40 case "$1" in 40 case "$1" in
41 --list-files) 41 --list-files)
42 echo tbcover.m test_bc_overloads.m 42 echo tbcover.m
43 echo test_bc_overloads.m
43 for class in $CLASSES; do 44 for class in $CLASSES; do
44 echo @$class/tbcover.m 45 echo @$class/tbcover.m
45 done 46 done
46 exit 47 exit
47 ;; 48 ;;