Adapt the script for the new demo in 4.7

This commit is contained in:
Laurent Rineau 2015-09-18 11:42:56 +02:00
parent 9de491bc81
commit 609fe9e9a3
1 changed files with 6 additions and 1 deletions

View File

@ -61,7 +61,12 @@ rm -rf Circular_kernel_3_Demo
# CGAL-4.6
pushd Polyline_simplification_2_Demo; zip ../polyline_simplification_2.zip *; popd
# CGAL-4.7
pushd Segment_Delaunay_graph_Linf_2_Demo; zip ../segment_voronoi_diagram_2.zip *; popd
# check
echo CHECK now
echo CHECK now. The following lines should be empty.
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
for f in */**/*(.); do grep -qF ${f:t} done || ls $f; done
echo