Skip to content
Snippets Groups Projects
Commit e6e912dc authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Tests] Update to new Makefile.plugin setup

- Declare explicitely the presence of tests/print.ml
- Compile it as dependency of `ptest_config` rather than
  `E_ACSL_TESTS` (in the latter case, they might not be compiled when
  `ptests` is launched, because `ptests` is launched by
  `E_ACSL_DEFAULT_TESTS` which is itself a dependency of `E_ACSL_TESTS`).
parent e95581e1
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,11 @@ $(PLUGIN_DIR)/tests/print.cmo: BFLAGS=-I $(FRAMAC_LIB) -I tests
$(PLUGIN_DIR)/tests/print.cmx: OFLAGS=-I $(FRAMAC_LIB) -I tests
PLUGIN_TESTS_DIRS := reject runtime bts gmp no-main
PLUGIN_TESTS_LIB:=tests/print.ml
E_ACSL_TESTS: $(PLUGIN_DIR)/tests/test_config \
E_ACSL_TESTS: $(PLUGIN_DIR)/tests/test_config
$(PLUGIN_DIR)/tests/ptests_config: \
$(PLUGIN_DIR)/tests/print.cmxs \
$(PLUGIN_DIR)/tests/print.cmo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment