>From be712785ca1aa127c85715ec5c2c8fda7eebc987 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 14 Sep 2011 21:57:52 -0300 Subject: [PATCH] testclean: remove tests/*.dll (for windows systems) On windows systems either cygchicken-0.dll or libchicken.dll are copied to the tests dir when running "make check". --- rules.make | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules.make b/rules.make index 9593558..67488b7 100644 --- a/rules.make +++ b/rules.make @@ -644,7 +644,7 @@ distclean: clean confclean testclean: $(REMOVE_COMMAND) $(REMOVE_COMMAND_RECURSIVE_OPTIONS) $(SRCDIR)tests$(SEP)a.out $(SRCDIR)tests$(SEP)scrutiny.out \ - $(SRCDIR)tests$(SEP)tmp* $(SRCDIR)tests$(SEP)*.so $(SRCDIR)tests$(SEP)*.import.scm $(SRCDIR)tests$(SEP)repository + $(SRCDIR)tests$(SEP)tmp* $(SRCDIR)tests$(SEP)*.so $(SRCDIR)tests$(SEP)*.import.scm $(SRCDIR)tests$(SEP)repository $(SRCDIR)tests$(SEP)*.dll # run tests -- 1.6.6.1