olena: olena-2.0-780-g71717ea Distribute sources of generated tests in Milena apps.

* apps/generic-skel/Makefile.am (EXTRA_DIST): Add test-mixed.in. * apps/mesh-segm-skel/Makefile.am (EXTRA_DIST): Add test-mesh-complex-2-collapse.in, test-mesh-complex-max-curv-2-collapse.in, test-mesh-complex-max-curv-1-collapse.in and test-mixed.in. --- milena/ChangeLog | 11 +++++++++++ milena/apps/generic-skel/Makefile.am | 1 + milena/apps/mesh-segm-skel/Makefile.am | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/milena/ChangeLog b/milena/ChangeLog index 76ee722..5f74f04 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,16 @@ 2013-08-31 Roland Levillain <roland@lrde.epita.fr> + Distribute sources of generated tests in Milena apps. + + * apps/generic-skel/Makefile.am (EXTRA_DIST): Add test-mixed.in. + * apps/mesh-segm-skel/Makefile.am (EXTRA_DIST): Add + test-mesh-complex-2-collapse.in, + test-mesh-complex-max-curv-2-collapse.in, + test-mesh-complex-max-curv-1-collapse.in and + test-mixed.in. + +2013-08-31 Roland Levillain <roland@lrde.epita.fr> + Do not install Milena apps. * apps/generic-skel/Makefile.am, diff --git a/milena/apps/generic-skel/Makefile.am b/milena/apps/generic-skel/Makefile.am index 3b7a6bf..06f6cf8 100644 --- a/milena/apps/generic-skel/Makefile.am +++ b/milena/apps/generic-skel/Makefile.am @@ -99,6 +99,7 @@ MOSTLYCLEANFILES = \ # submission. Not part of the `check' target; triggered by the # `check-mixed' target. generated_tests += test-mixed +EXTRA_DIST += test-mixed.in test-mixed: $(srcdir)/test-mixed.in .PHONY: check-mixed check-mixed: test-mixed $(noinst_PROGRAMS) diff --git a/milena/apps/mesh-segm-skel/Makefile.am b/milena/apps/mesh-segm-skel/Makefile.am index e78b56d..5ff1796 100644 --- a/milena/apps/mesh-segm-skel/Makefile.am +++ b/milena/apps/mesh-segm-skel/Makefile.am @@ -25,6 +25,7 @@ AM_CXXFLAGS = $(APPS_CXXFLAGS) noinst_PROGRAMS = TESTS = +EXTRA_DIST = MOSTLYCLEANFILES = # FIXME: Have program names embed the type of structure used (either @@ -125,6 +126,7 @@ edit = sed \ # Performing a 2-collapse on a pseudo-manifold. noinst_PROGRAMS += mesh-complex-2-collapse +EXTRA_DIST += test-mesh-complex-2-collapse.in test-mesh-complex-2-collapse: test-mesh-complex-2-collapse.in Makefile rm -f $@ $@.tmp srcdir=''; \ @@ -141,6 +143,7 @@ MOSTLYCLEANFILES += pseudo-manifold-2-collapse.vtk # 2-collapse on it. noinst_PROGRAMS += mesh-complex-max-curv-2-collapse +EXTRA_DIST += test-mesh-complex-max-curv-2-collapse.in # FIXME: Factor action with test-mesh-complex-2-collapse's. test-mesh-complex-max-curv-2-collapse: test-mesh-complex-max-curv-2-collapse.in Makefile rm -f $@ $@.tmp @@ -160,6 +163,7 @@ MOSTLYCLEANFILES += \ # 1-collapse on it. noinst_PROGRAMS += mesh-complex-max-curv-1-collapse +EXTRA_DIST += test-mesh-complex-max-curv-1-collapse.in # FIXME: Factor action with test-mesh-complex-1-collapse's. test-mesh-complex-max-curv-1-collapse: test-mesh-complex-max-curv-1-collapse.in Makefile rm -f $@ $@.tmp @@ -233,6 +237,7 @@ $(generated_tests): Makefile # submission. Not part of the `check' target; triggered by the # `check-mixed' target. generated_tests = test-mixed +EXTRA_DIST += test-mixed.in test-mixed: $(srcdir)/test-mixed.in .PHONY: check-mixed check-mixed: test-mixed $(noinst_PROGRAMS) -- 1.7.10.4
participants (1)
-
Roland Levillain