m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/Makefile.am,v


From: Eric Blake
Subject: Changes to m4/Makefile.am,v
Date: Thu, 14 Sep 2006 00:37:27 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/14 00:37:26

Index: Makefile.am
===================================================================
RCS file: /sources/m4/m4/Makefile.am,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Makefile.am 8 Sep 2006 15:47:13 -0000       1.45
+++ Makefile.am 14 Sep 2006 00:37:26 -0000      1.46
@@ -177,26 +177,31 @@
 
 module_check   = -rpath /dev/null
 check_LTLIBRARIES = \
-                 modules/import.la \
-                 modules/modtest.la \
-                 modules/shadow.la \
-                 modules/stdlib.la \
-                 modules/time.la
-
-modules_import_la_LDFLAGS      = $(module_ldflags) $(module_check)
-modules_import_la_LIBADD       = $(module_libadd)
-
-modules_modtest_la_LDFLAGS     = $(module_ldflags) $(module_check)
-modules_modtest_la_LIBADD      = $(module_libadd)
-
-modules_shadow_la_LDFLAGS      = $(module_ldflags) $(module_check)
-modules_shadow_la_LIBADD       = $(module_libadd)
-
-modules_stdlib_la_LDFLAGS      = $(module_ldflags) $(module_check)
-modules_stdlib_la_LIBADD       = $(module_libadd)
-
-modules_time_la_LDFLAGS                = $(module_ldflags) $(module_check)
-modules_time_la_LIBADD         = $(module_libadd)
+                 tests/import.la \
+                 tests/modtest.la \
+                 tests/shadow.la \
+                 tests/stdlib.la \
+                 tests/time.la
+
+tests_import_la_LDFLAGS                = $(module_ldflags) $(module_check)
+tests_import_la_LIBADD         = $(module_libadd)
+tests_import_la_SOURCES                = modules/import.c
+
+tests_modtest_la_LDFLAGS       = $(module_ldflags) $(module_check)
+tests_modtest_la_LIBADD                = $(module_libadd)
+tests_modtest_la_SOURCES       = modules/modtest.c
+
+tests_shadow_la_LDFLAGS                = $(module_ldflags) $(module_check)
+tests_shadow_la_LIBADD         = $(module_libadd)
+tests_shadow_la_SOURCES                = modules/shadow.c
+
+tests_stdlib_la_LDFLAGS                = $(module_ldflags) $(module_check)
+tests_stdlib_la_LIBADD         = $(module_libadd)
+tests_stdlib_la_SOURCES                = modules/stdlib.c
+
+tests_time_la_LDFLAGS          = $(module_ldflags) $(module_check)
+tests_time_la_LIBADD           = $(module_libadd)
+tests_time_la_SOURCES          = modules/time.c
 
 EXTRA_DIST     += \
                  modules/modtest.m4 \
@@ -414,13 +419,13 @@
 CD_TESTDIR     = cd ./tests
 
 # Hook the test suite into the check rule
-check-local: tests/atconfig tests/m4 $(TESTSUITE)
+check-local: tests/atconfig tests/m4 $(TESTSUITE) $(check_LTLIBRARIES)
        $(CD_TESTDIR); \
        $(SHELL) '$(abs_srcdir)/tests/testsuite' $(TESTS_ENVIRONMENT) \
          $(TESTSUITEFLAGS)
 
 # Run the test suite on the *installed* tree.
-installcheck-local: tests/atconfig $(TESTSUITE)
+installcheck-local: tests/atconfig $(TESTSUITE) $(check_LTLIBRARIES)
        $(CD_TESTDIR); \
        $(SHELL) '$(abs_srcdir)/tests/testsuite' $(TESTS_ENVIRONMENT) \
          AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS)




reply via email to

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