Renamed examples test directories to e.g. CLN_Examples instead of

ExamplesCLN. This keeps the packages more together.
This commit is contained in:
Geert-Jan Giezeman 1999-09-28 11:28:54 +00:00
parent 737a7c3221
commit 7b7066149a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ sub CreateExampleTestDirs()
foreach $DIR (glob("*")) {
print "$DIR\n";
if ( -d $DIR ) {
system('cp', '-r', "$DIR", "../test/Examples$DIR");
system('cp', '-r', "$DIR", "../test/${DIR}_Examples");
}
}
chdir '..';