
* apps/statues/test-mesh-max-curv.in: New. * apps/statues/Makefile.am (TESTS): Add test-mesh-max-curv. --- milena/ChangeLog | 7 +++++++ milena/apps/statues/Makefile.am | 1 + milena/apps/statues/test-mesh-max-curv.in | 7 +++++++ 3 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 milena/apps/statues/test-mesh-max-curv.in diff --git a/milena/ChangeLog b/milena/ChangeLog index f44c118..623b97b 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2008-12-30 Roland Levillain <roland@lrde.epita.fr> + Add a test for apps/statues/test-mesh-max-curv. + + * apps/statues/test-mesh-max-curv.in: New. + * apps/statues/Makefile.am (TESTS): Add test-mesh-max-curv. + +2008-12-30 Roland Levillain <roland@lrde.epita.fr> + Add a (non Trimesh-based) curvature computation + segmentation app. * apps/statues/mesh-complex-max-curv-segm.cc: New. diff --git a/milena/apps/statues/Makefile.am b/milena/apps/statues/Makefile.am index 4961960..b0225c8 100644 --- a/milena/apps/statues/Makefile.am +++ b/milena/apps/statues/Makefile.am @@ -59,6 +59,7 @@ mesh_max_curv_SOURCES = mesh-max-curv.cc io.hh mesh_max_curv_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_trimesh) mesh_max_curv_LDFLAGS = $(LDFLAGS_trimesh) mesh_max_curv_LDADD = $(LDADD_trimesh) +TESTS += test-mesh-max-curv ## ---------------------------------------------------- ## ## Complex-based applications, independent of Trimesh. ## diff --git a/milena/apps/statues/test-mesh-max-curv.in b/milena/apps/statues/test-mesh-max-curv.in new file mode 100644 index 0000000..9e9b2ce --- /dev/null +++ b/milena/apps/statues/test-mesh-max-curv.in @@ -0,0 +1,7 @@ +#! /bin/sh + +set -ex + +mesh_dir=@top_srcdir@/milena/mesh + +time ./mesh-max-curv $mesh_dir/teapot.off teapot-max-curv.off -- 1.6.0.4