aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/interop/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-19 11:56:19 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-19 11:56:19 +0100
commit23fb9970915ab586a3c5c3a55c5d3ec372604f7b (patch)
treef319a6738f5561ea68f4e46fb245bcb399ff901f /test/mppa/interop/Makefile
parentb74e3c48e601e46cb695caccc162cd03e781d739 (diff)
downloadcompcert-kvx-23fb9970915ab586a3c5c3a55c5d3ec372604f7b.tar.gz
compcert-kvx-23fb9970915ab586a3c5c3a55c5d3ec372604f7b.zip
Small improvements to interop test Makefile
Diffstat (limited to 'test/mppa/interop/Makefile')
-rw-r--r--test/mppa/interop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/interop/Makefile b/test/mppa/interop/Makefile
index 5818cbcb..a405ebd6 100644
--- a/test/mppa/interop/Makefile
+++ b/test/mppa/interop/Makefile
@@ -28,7 +28,7 @@ CCPATH=$(shell which $(CC))
CCOMPPATH=$(shell which $(CCOMP))
SIMUPATH=$(shell which $(SIMU))
-TESTNAMES=$(filter-out $(VAARG_COMMON),$(filter-out $(COMMON),$(notdir $(subst .c,,$(wildcard $(DIR)/*.c)))))
+TESTNAMES ?= $(filter-out $(VAARG_COMMON),$(filter-out $(COMMON),$(notdir $(subst .c,,$(wildcard $(DIR)/*.c)))))
X86_GCC_OUT=$(addprefix $(OUTDIR)/,$(addsuffix .x86-gcc.out,$(TESTNAMES)))
GCC_OUT=$(addprefix $(OUTDIR)/,$(addsuffix .gcc.out,$(TESTNAMES)))