bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tests: use check_PROGRAMS


From: Bruno Haible
Subject: tests: use check_PROGRAMS
Date: Sun, 30 Sep 2007 13:15:49 +0200
User-agent: KMail/1.5.4

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

2007-09-30  Bruno Haible  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]