diff options
Diffstat (limited to 'apps/gperf/tests')
-rw-r--r-- | apps/gperf/tests/tests.mpc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/gperf/tests/tests.mpc b/apps/gperf/tests/tests.mpc index aa4d90df1f8..cf6f1506133 100644 --- a/apps/gperf/tests/tests.mpc +++ b/apps/gperf/tests/tests.mpc @@ -7,7 +7,7 @@ project(cinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: cout + runtests: cout$(EXEEXT) " @echo "Testing cout" " ./cout -v < c.gperf > cout.out " -diff -b c.exp cout.out" @@ -31,7 +31,7 @@ project(adainset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: aout + runtests: aout$(EXEEXT) " @echo "Testing aout" " ./aout -v < ada.gperf > aout.out " -diff -b ada-res.exp aout.out" @@ -55,7 +55,7 @@ project(cppinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: cppout + runtests: cppout$(EXEEXT) " @echo "Testing cppout" " ./cppout -v < cpp.gperf > cppout.out " -diff -b cpp-res.exp cppout.out" @@ -79,7 +79,7 @@ project(preinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: preout + runtests: preout$(EXEEXT) " @echo "Testing preout" " ./preout -v < adadefs.gperf > preout.out " -diff -b ada-pred.exp preout.out" @@ -103,7 +103,7 @@ project(m3inset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: m3out + runtests: m3out$(EXEEXT) " @echo "Testing m3out" " ./m3out -v < modula3.gperf > m3out.out " -diff -b modula.exp m3out.out" @@ -127,7 +127,7 @@ project(pinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: pout + runtests: pout$(EXEEXT) " @echo "Testing pout" " ./pout -v < pascal.gperf > pout.out " -diff -b pascal.exp pout.out" @@ -151,7 +151,7 @@ project(iinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: iout + runtests: iout$(EXEEXT) " @echo "Testing iout" " ./iout -v < idl.gperf > iout.out " -diff -b idl.exp iout.out" @@ -176,7 +176,7 @@ project(iinset2): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: iout2 + runtests: iout2$(EXEEXT) " @echo "Testing iout2" " ./iout2 -v < idl.gperf > iout2.out " -diff -b idl.exp iout2.out" @@ -200,7 +200,7 @@ project(tinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: tout + runtests: tout$(EXEEXT) " @echo "Testing tout" " ./tout -v < corba.gperf > tout.out " -diff -b corba.exp tout.out" @@ -224,7 +224,7 @@ project(taoinset): gperf_test { verbatim(gnuace, bottom) { all: runtests - runtests: taoout + runtests: taoout$(EXEEXT) " @echo "Testing taoout" " ./taoout -v < tao.gperf > taoout.out " -diff -b tao.exp taoout.out" |