proto-1.0 49: Add test suite `main' for integre

Index: ChangeLog from Simon Odou <simon@lrde.epita.fr> * configure.ac: Add test suite `main' for Integre. configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: configure.ac --- configure.ac (revision 48) +++ configure.ac (working copy) @@ -164,7 +164,7 @@ metalic/tests/check/defs], [dnl Configuration for the testsuite - MLC_TESTS_SUBDIRS="" + MLC_TESTS_SUBDIRS="main" AC_CACHE_CHECK([for selection of tests], [mlc_cv_tests_selection], @@ -177,6 +177,7 @@ # MLC_TESTS defined in oln-local.m4 + MLC_TESTS([main]) MLC_TESTS([sanity]) AC_SUBST([MLC_TESTS_SUBDIRS])

Simon Odou <simon@lrde.epita.fr> writes:
Index: ChangeLog from Simon Odou <simon@lrde.epita.fr>
* configure.ac: Add test suite `main' for Integre.
configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-)
Index: configure.ac --- configure.ac (revision 48) +++ configure.ac (working copy) @@ -164,7 +164,7 @@ metalic/tests/check/defs], [dnl Configuration for the testsuite
- MLC_TESTS_SUBDIRS="" + MLC_TESTS_SUBDIRS="main"
AC_CACHE_CHECK([for selection of tests], [mlc_cv_tests_selection], @@ -177,6 +177,7 @@
# MLC_TESTS defined in oln-local.m4 + MLC_TESTS([main]) MLC_TESTS([sanity])
AC_SUBST([MLC_TESTS_SUBDIRS])
Isn't that for metalic ? -- Damien Thivolle damien@lrde.epita.fr
participants (3)
-
Damien Thivolle
-
Simon Odou
-
Simon Odou