changeset 25468:e959d4b33eb1

* test/module.mk (test-clean): Also remove .mex files.
author John W. Eaton <jwe@octave.org>
date Wed, 13 Jun 2018 03:04:59 -0400
parents c3d9e9d965d3
children 9ef52c25d543
files test/module.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/module.mk	Wed Jun 13 02:16:07 2018 -0400
+++ b/test/module.mk	Wed Jun 13 03:04:59 2018 -0400
@@ -214,6 +214,7 @@
 	rm -f $(%canon_reldir%_CLEANFILES)
 	rm -rf $(GENERATED_BC_OVERLOADS_DIRS)
 	rm -rf $(COVERAGE_DIR)
+	rm -rf $(MEX_TEST_FUNCTIONS)
 
 test-distclean: test-clean
 	rm -f $(%canon_reldir%_DISTCLEANFILES)