Unit tests need not be compiled if the user just does "make; make install"
without "make check".

2007-09-30  Bruno Haible  <[EMAIL PROTECTED]>

        * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.

*** modules/dirname-tests.orig  2007-09-30 13:12:10.000000000 +0200
--- modules/dirname-tests       2007-09-30 13:10:03.000000000 +0200
***************
*** 8,12 ****
  
  Makefile.am:
  TESTS += test-dirname
! noinst_PROGRAMS += test-dirname
  test_dirname_LDADD = $(LDADD) @LIBINTL@
--- 8,12 ----
  
  Makefile.am:
  TESTS += test-dirname
! check_PROGRAMS += test-dirname
  test_dirname_LDADD = $(LDADD) @LIBINTL@



Reply via email to