summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 15:40:16 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 15:40:16 +0000
commit244ab0d3d11ea0198bfe5e0f769401f533bd6ec4 (patch)
tree522bbed109598c10b13b95e231d5589fddaf3bcd /apps
parent0d3df060881790dd55f309da0e7128a08eb20c53 (diff)
downloadATCD-244ab0d3d11ea0198bfe5e0f769401f533bd6ec4.tar.gz
ChangeLogTag: Fri Aug 5 15:30:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/gperf/ChangeLog8
-rw-r--r--apps/gperf/tests/gperf_test.mpb2
-rw-r--r--apps/gperf/tests/tests.mpc20
3 files changed, 29 insertions, 1 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index ee1c95132bc..af7bb6444ce 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 5 15:30:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
+
+ * apps/gperf/tests/gperf_test.mpb
+ * apps/gperf/tests/tests.mpc
+
+ gperf is not built on cross compiled targets, thus tests will not run!
+ Therefore added the dependancy to the build of these test.
+
Fri Apr 23 21:18:17 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* src/Options.h (operator !=):
diff --git a/apps/gperf/tests/gperf_test.mpb b/apps/gperf/tests/gperf_test.mpb
index 8a786383c8f..c4615b1adc4 100644
--- a/apps/gperf/tests/gperf_test.mpb
+++ b/apps/gperf/tests/gperf_test.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project: aceexe {
+project: aceexe, crosscompile {
after += gperf
Define_Custom(GPERF) {
command = $(ACE_ROOT)/bin/gperf
diff --git a/apps/gperf/tests/tests.mpc b/apps/gperf/tests/tests.mpc
index c90648dad84..aa4d90df1f8 100644
--- a/apps/gperf/tests/tests.mpc
+++ b/apps/gperf/tests/tests.mpc
@@ -11,6 +11,8 @@ project(cinset): gperf_test {
" @echo "Testing cout"
" ./cout -v < c.gperf > cout.out
" -diff -b c.exp cout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -33,6 +35,8 @@ project(adainset): gperf_test {
" @echo "Testing aout"
" ./aout -v < ada.gperf > aout.out
" -diff -b ada-res.exp aout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -55,6 +59,8 @@ project(cppinset): gperf_test {
" @echo "Testing cppout"
" ./cppout -v < cpp.gperf > cppout.out
" -diff -b cpp-res.exp cppout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -77,6 +83,8 @@ project(preinset): gperf_test {
" @echo "Testing preout"
" ./preout -v < adadefs.gperf > preout.out
" -diff -b ada-pred.exp preout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -99,6 +107,8 @@ project(m3inset): gperf_test {
" @echo "Testing m3out"
" ./m3out -v < modula3.gperf > m3out.out
" -diff -b modula.exp m3out.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -121,6 +131,8 @@ project(pinset): gperf_test {
" @echo "Testing pout"
" ./pout -v < pascal.gperf > pout.out
" -diff -b pascal.exp pout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -143,6 +155,8 @@ project(iinset): gperf_test {
" @echo "Testing iout"
" ./iout -v < idl.gperf > iout.out
" -diff -b idl.exp iout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -166,6 +180,8 @@ project(iinset2): gperf_test {
" @echo "Testing iout2"
" ./iout2 -v < idl.gperf > iout2.out
" -diff -b idl.exp iout2.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -188,6 +204,8 @@ project(tinset): gperf_test {
" @echo "Testing tout"
" ./tout -v < corba.gperf > tout.out
" -diff -b corba.exp tout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {
@@ -210,6 +228,8 @@ project(taoinset): gperf_test {
" @echo "Testing taoout"
" ./taoout -v < tao.gperf > taoout.out
" -diff -b tao.exp taoout.out"
+
+ endif # CROSS-COMPILE
}
GPERF_Files {