Skip to content
Snippets Groups Projects
Commit e2048a42 authored by Julien Signoles's avatar Julien Signoles
Browse files

[makefile] clean/distrib test_config*

parent 8e18e3ad
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,8 @@ clean:: ...@@ -222,7 +222,8 @@ clean::
done done
$(PRINT_RM) cleaning generated test files $(PRINT_RM) cleaning generated test files
$(RM) $(E_ACSL_DIR)/tests/*.cm* $(E_ACSL_DIR)/tests/*.o $(RM) $(E_ACSL_DIR)/tests/*.cm* $(E_ACSL_DIR)/tests/*.o
$(RM) $(E_ACSL_DIR)/tests/test_config $(RM) $(E_ACSL_DIR)/tests/test_config_ci \
$(E_ACSL_DIR)/tests/test_config_dev
$(RM) $(foreach dir, $(PLUGIN_TESTS_DIRS), tests/$(dir)/result/*) $(RM) $(foreach dir, $(PLUGIN_TESTS_DIRS), tests/$(dir)/result/*)
endif endif
...@@ -297,7 +298,18 @@ EACSL_DOC_FILES = \ ...@@ -297,7 +298,18 @@ EACSL_DOC_FILES = \
man/e-acsl-gcc.sh.1 man/e-acsl-gcc.sh.1
EACSL_TEST_FILES = \ EACSL_TEST_FILES = \
tests/test_config.in \ tests/test_config_dev.in \
tests/test_config_ci.in \
tests/gmp-only/test_config_ci \
tests/gmp-only/test_config_dev \
tests/full-mmodel/test_config_ci \
tests/full-mmodel/test_config_dev \
tests/builtin/test_config_ci \
tests/builtin/test_config_dev \
tests/temporal/test_config_ci \
tests/temporal/test_config_dev \
tests/format/test_config_ci \
tests/format/test_config_dev \
tests/print.ml tests/print.ml
# Test files without header management # Test files without header management
......
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