lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5399] Update build directory's unit-test data from source


From: Greg Chicares
Subject: [lmi-commits] [5399] Update build directory's unit-test data from source directory
Date: Sun, 19 Feb 2012 12:46:34 +0000

Revision: 5399
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5399
Author:   chicares
Date:     2012-02-19 12:46:30 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
Update build directory's unit-test data from source directory

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2012-02-18 13:07:28 UTC (rev 5398)
+++ lmi/trunk/workhorse.make    2012-02-19 12:46:30 UTC (rev 5399)
@@ -1036,13 +1036,16 @@
 
 # Test data.
 
+sample.cns: $(src_dir)/sample.cns
+       $(CP) --preserve --update $< .
+
+sample.ill: $(src_dir)/sample.ill
+       $(CP) --preserve --update $< .
+
 test_data := \
   sample.cns \
   sample.ill \
 
-$(test_data):
-       @$(CP) --preserve --update $(src_dir)/$@ .
-
 
################################################################################
 
 # Configurable settings.




reply via email to

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