mirror of https://github.com/CGAL/cgal
Renamed examples test directories to e.g. CLN_Examples instead of
ExamplesCLN. This keeps the packages more together.
This commit is contained in:
parent
737a7c3221
commit
7b7066149a
|
|
@ -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 '..';
|
||||
|
|
|
|||
Loading…
Reference in New Issue