diff options
author | Nadrieril | 2024-05-23 14:41:00 +0200 |
---|---|---|
committer | Guillaume Boisseau | 2024-05-24 14:24:38 +0200 |
commit | 25973ee8ef28e2d5b8a9b9ec3de4d6ff340db18b (patch) | |
tree | 07cd854559218325e030ac8c267720b0c5322251 /Makefile | |
parent | 4ce3e9c7c11744abae52d7a3ae1a3962395784be (diff) |
Tweak a path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -205,8 +205,7 @@ ifndef IN_CI $(LLBC_DIR)/%.llbc: check-charon $(LLBC_DIR)/%.llbc: - @# We do a `cd` dance to keep the exact same paths as before since that appears in the test outputs. - cd tests && $(CHARON_EXE) --no-cargo --input $(subst tests/,,$(INPUTS_DIR))/$*.rs --crate $* $(CHARON_OPTIONS) --dest $(LLBC_DIR) + $(CHARON_EXE) --no-cargo --input $(INPUTS_DIR)/$*.rs --crate $* $(CHARON_OPTIONS) --dest $(LLBC_DIR) # Special rule for the whole-crate test. $(LLBC_DIR)/betree_main.llbc: cd $(INPUTS_DIR)/betree && $(CHARON_EXE) $(CHARON_OPTIONS) --dest $(LLBC_DIR) |