aboutsummaryrefslogtreecommitdiff
path: root/tests/bad/Makefile.am
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2024-07-03 21:38:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-07-04 13:12:20 +0200
commit39baf09b58d626d46be3da79a3ab4f41deb37426 (patch)
treedcf7d670c36dba3349c76e025a05a06421bdb004 /tests/bad/Makefile.am
parentd9d2d5936e71e65e8f35ca79cae3f07c00db3515 (diff)
downloadmig-39baf09b58d626d46be3da79a3ab4f41deb37426.tar.gz
mig-39baf09b58d626d46be3da79a3ab4f41deb37426.tar.bz2
mig-39baf09b58d626d46be3da79a3ab4f41deb37426.zip
Make the MiG test suite compatible with GCC 14.
We need to expose the function declarations in mig_support.h. Also fix test setup to work well in cases the build directory is not inside the source directory. Message-ID: <jjbpmhtxy4nybcmhlzueeenyv5taj4zygmsx6w336ggzcbr5yx@tnkp2ycfkf3t>
Diffstat (limited to 'tests/bad/Makefile.am')
-rw-r--r--tests/bad/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bad/Makefile.am b/tests/bad/Makefile.am
index 2e1bf37..3af60eb 100644
--- a/tests/bad/Makefile.am
+++ b/tests/bad/Makefile.am
@@ -18,6 +18,6 @@
TESTS = invalid_subsystem.defs no_request_port.defs no_subsystem.defs
EXTRA_DIST = $(TESTS) run_bad_test.sh
-DEFS_LOG_COMPILER = sh ./$(srcdir)/run_bad_test.sh
+DEFS_LOG_COMPILER = sh $(srcdir)/run_bad_test.sh
include $(srcdir)/../Makeconf.am