summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-01-08 15:14:21 -0500
committerAnthony Green <green@moxielogic.com>2013-01-08 15:14:21 -0500
commit8308984e479e3274a36e98e8272b5adbb6b774c2 (patch)
tree3c18ff8b6f0884c6901f2b8d11fb86f863f5606e /testsuite
parentf26c7ca67147450db2fe25ea932944e6cf145d5c (diff)
downloadlibffi-8308984e479e3274a36e98e8272b5adbb6b774c2.tar.gz
Make sure we're running dejagnu tests with the right compiler.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am2
-rw-r--r--testsuite/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 146fdf9..d0dd112 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -13,6 +13,8 @@ RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
AM_RUNTESTFLAGS =
+EXTRA_DEJAGNU_SITE_CONFIG=../local.exp
+
CLEANFILES = *.exe core* *.log *.sum
EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index 52e1df5..a1758ac 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -227,6 +227,7 @@ RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
echo $(top_srcdir)/../dejagnu/runtest ; \
else echo runtest; fi`
+EXTRA_DEJAGNU_SITE_CONFIG = ../local.exp
CLEANFILES = *.exe core* *.log *.sum
EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \
libffi.call/cls_align_longdouble_split.c libffi.call/closure_loc_fn0.c \