#!/usr/bin/perl

# This perl script cleans out the test suite after a test run, it will only
# leave files that are part of the official distribution and the cloudy
# executable (with a name ending in .exe) if that was present!
#
# Peter van Hoof

system "cd auto ; ./clean_tsuite.pl";
system "cd slow ; ./clean_tsuite.pl";
unlink "Makefile";
