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

[Makefile] fix 'make clean' in tests

parent ad73f96e
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,8 @@ endif
clean::
$(PRINT_RM) generated test files
$(RM) $(PLUGIN_DIR)/tests/*.cm*
$(RM) $(E_ACSL_DIR)/tests/*.cm* $(E_ACSL_DIR)/tests/*.o
$(RM) $(E_ACSL_DIR)/tests/test_config
###########
# Install #
......
......@@ -15,6 +15,12 @@
# E-ACSL: the Whole E-ACSL plug-in
###############################################################################
-* E-ACSL [2016/02/25] Fix 'make clean' in tests.
###########################
Plugin E-ACSL 0.6 Magnesium
###########################
-* E-ACSL [2016/01/15] Fix installation with custom --prefix.
-* E-ACSL [2016/01/05] Fix bug in the memory model that caused the
tracked size of heap memory be computed incorrectly.
......
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