pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/tests automake.mk ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/tests automake.mk ChangeLog
Date: Mon, 19 Mar 2007 00:33:15 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/03/19 00:33:15

Modified files:
        tests          : automake.mk ChangeLog 

Log message:
        Don't try to distribute tests that are compiled
        from C source.  This fixes "make dist" when "make all" has not yet
        been run.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/automake.mk?cvsroot=pspp&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/ChangeLog?cvsroot=pspp&r1=1.79&r2=1.80

Patches:
Index: automake.mk
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/automake.mk,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- automake.mk 9 Feb 2007 05:28:22 -0000       1.27
+++ automake.mk 19 Mar 2007 00:33:15 -0000      1.28
@@ -2,7 +2,7 @@
 
 TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)'
 TESTS_ENVIRONMENT += PERL='@PERL@'
-TESTS = \
+dist_TESTS = \
        tests/command/aggregate.sh \
        tests/command/autorecod.sh \
        tests/command/beg-data.sh \
@@ -130,12 +130,16 @@
        tests/expressions/randist.sh \
        tests/expressions/valuelabel.sh \
        tests/expressions/variables.sh \
-       tests/expressions/vectors.sh \
+       tests/expressions/vectors.sh
+
+nodist_TESTS = \
        tests/libpspp/ll-test \
        tests/libpspp/llx-test \
        tests/libpspp/heap-test \
        tests/libpspp/abt-test
 
+TESTS = $(dist_TESTS) $(nodist_TESTS)
+
 check_PROGRAMS += \
        tests/libpspp/ll-test \
        tests/libpspp/llx-test \
@@ -173,7 +177,9 @@
 
 tests_formats_inexactify_SOURCES = tests/formats/inexactify.c
 
-EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data 
tests/list.data \
+EXTRA_DIST += \
+       $(dist_TESTS) \
+       tests/weighting.data tests/data-list.data tests/list.data \
        tests/no_case_size.sav \
        tests/coverage.sh tests/test_template \
        tests/v13.sav tests/v14.sav \

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- ChangeLog   12 Feb 2007 14:30:23 -0000      1.79
+++ ChangeLog   19 Mar 2007 00:33:15 -0000      1.80
@@ -1,3 +1,9 @@
+2007-03-18  Ben Pfaff  <address@hidden>
+
+       * automake.mk: Don't try to distribute tests that are compiled
+       from C source.  This fixes "make dist" when "make all" has not yet
+       been run.
+
 Mon Feb 12 06:29:30 2007  Ben Pfaff  <address@hidden>
 
        * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.




reply via email to

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