Spot .cpp files under test/ as well.

This commit is contained in:
Sylvain Pion
2006-07-12 13:56:53 +00:00
parent 8fd4f75282
commit 665737af0f
@@ -464,6 +464,10 @@ EOF
substr($cfile, -2, 2) = "";
print CGAL_TEST " compile_and_run $cfile\n";
}
foreach $cfile (glob("*.cpp")) {
substr($cfile, -4, 4) = "";
print CGAL_TEST " compile_and_run $cfile\n";
}
print CGAL_TEST "fi\n";
close(CGAL_TEST);
chmod 0755, 'cgal_test';