summaryrefslogtreecommitdiff
path: root/apps/gperf/tests/tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/tests/tests.mpc')
-rw-r--r--apps/gperf/tests/tests.mpc40
1 files changed, 10 insertions, 30 deletions
diff --git a/apps/gperf/tests/tests.mpc b/apps/gperf/tests/tests.mpc
index cf6f1506133..c90648dad84 100644
--- a/apps/gperf/tests/tests.mpc
+++ b/apps/gperf/tests/tests.mpc
@@ -7,12 +7,10 @@ project(cinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: cout$(EXEEXT)
+ runtests: cout
" @echo "Testing cout"
" ./cout -v < c.gperf > cout.out
" -diff -b c.exp cout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -31,12 +29,10 @@ project(adainset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: aout$(EXEEXT)
+ runtests: aout
" @echo "Testing aout"
" ./aout -v < ada.gperf > aout.out
" -diff -b ada-res.exp aout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -55,12 +51,10 @@ project(cppinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: cppout$(EXEEXT)
+ runtests: cppout
" @echo "Testing cppout"
" ./cppout -v < cpp.gperf > cppout.out
" -diff -b cpp-res.exp cppout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -79,12 +73,10 @@ project(preinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: preout$(EXEEXT)
+ runtests: preout
" @echo "Testing preout"
" ./preout -v < adadefs.gperf > preout.out
" -diff -b ada-pred.exp preout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -103,12 +95,10 @@ project(m3inset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: m3out$(EXEEXT)
+ runtests: m3out
" @echo "Testing m3out"
" ./m3out -v < modula3.gperf > m3out.out
" -diff -b modula.exp m3out.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -127,12 +117,10 @@ project(pinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: pout$(EXEEXT)
+ runtests: pout
" @echo "Testing pout"
" ./pout -v < pascal.gperf > pout.out
" -diff -b pascal.exp pout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -151,12 +139,10 @@ project(iinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: iout$(EXEEXT)
+ runtests: iout
" @echo "Testing iout"
" ./iout -v < idl.gperf > iout.out
" -diff -b idl.exp iout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -176,12 +162,10 @@ project(iinset2): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: iout2$(EXEEXT)
+ runtests: iout2
" @echo "Testing iout2"
" ./iout2 -v < idl.gperf > iout2.out
" -diff -b idl.exp iout2.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -200,12 +184,10 @@ project(tinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: tout$(EXEEXT)
+ runtests: tout
" @echo "Testing tout"
" ./tout -v < corba.gperf > tout.out
" -diff -b corba.exp tout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {
@@ -224,12 +206,10 @@ project(taoinset): gperf_test {
verbatim(gnuace, bottom) {
all: runtests
- runtests: taoout$(EXEEXT)
+ runtests: taoout
" @echo "Testing taoout"
" ./taoout -v < tao.gperf > taoout.out
" -diff -b tao.exp taoout.out"
-
- endif # CROSS-COMPILE
}
GPERF_Files {