diff options
author | Nadrieril | 2024-05-23 16:18:40 +0200 |
---|---|---|
committer | Guillaume Boisseau | 2024-05-24 14:24:38 +0200 |
commit | 41f78066da5cc10af6312ab1bef71e45ff460688 (patch) | |
tree | 63429c0be3daff353dbc6d667618e4028490cc79 /Makefile | |
parent | d37a302762fef4ea91b88f0ca8feb73612ff5382 (diff) |
runner: Use full path and use an enum for crate vs file
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" # ============================================================================= |