From 25973ee8ef28e2d5b8a9b9ec3de4d6ff340db18b Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 23 May 2024 14:41:00 +0200 Subject: Tweak a path --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73f711a7..b9aaf97c 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3