summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNadrieril2024-05-23 16:18:40 +0200
committerGuillaume Boisseau2024-05-24 14:24:38 +0200
commit41f78066da5cc10af6312ab1bef71e45ff460688 (patch)
tree63429c0be3daff353dbc6d667618e4028490cc79 /Makefile
parentd37a302762fef4ea91b88f0ca8feb73612ff5382 (diff)
runner: Use full path and use an enum for crate vs file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88e64646..b3dc9f2b 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ endif
# which backends to use and sets test-specific options.
.PHONY: test-%
test-%:
- $(TEST_RUNNER_EXE) $(CHARON_EXE) $(AENEAS_EXE) $(INPUTS_DIR) $(LLBC_DIR) "$*" $(AENEAS_OPTIONS)
+ $(TEST_RUNNER_EXE) $(CHARON_EXE) $(AENEAS_EXE) $(LLBC_DIR) $(INPUTS_DIR)/"$*" $(AENEAS_OPTIONS)
echo "# Test $* done"
# =============================================================================