[cig-commits] [commit] baagaard/update-autoconf: Fix error in making source distribution. (d5e21df)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Aug 19 18:01:07 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/update-autoconf
Link       : https://github.com/geodynamics/pylith/compare/cdf479494112f69f6488d4f4e0ee13f6e4bab4c8...d5e21df7cc30d4c3759117c505907d00c36abb4d

>---------------------------------------------------------------

commit d5e21df7cc30d4c3759117c505907d00c36abb4d
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 18:01:18 2014 -0700

    Fix error in making source distribution.
    
    check_SCRIPTS -> dist_check_SCRIPTS in tests_auto.


>---------------------------------------------------------------

d5e21df7cc30d4c3759117c505907d00c36abb4d
 tests_auto/2d/quad4/Makefile.am | 2 +-
 tests_auto/2d/tri3/Makefile.am  | 2 +-
 tests_auto/3d/hex8/Makefile.am  | 2 +-
 tests_auto/3d/tet4/Makefile.am  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests_auto/2d/quad4/Makefile.am b/tests_auto/2d/quad4/Makefile.am
index 10a7f8b..f205803 100644
--- a/tests_auto/2d/quad4/Makefile.am
+++ b/tests_auto/2d/quad4/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestQuad4.py \
diff --git a/tests_auto/2d/tri3/Makefile.am b/tests_auto/2d/tri3/Makefile.am
index a80988e..18a7b87 100644
--- a/tests_auto/2d/tri3/Makefile.am
+++ b/tests_auto/2d/tri3/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestTri3.py \
diff --git a/tests_auto/3d/hex8/Makefile.am b/tests_auto/3d/hex8/Makefile.am
index c4e91bb..1bc1e07 100644
--- a/tests_auto/3d/hex8/Makefile.am
+++ b/tests_auto/3d/hex8/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestHex8.py \
diff --git a/tests_auto/3d/tet4/Makefile.am b/tests_auto/3d/tet4/Makefile.am
index f3227b5..52b0a15 100644
--- a/tests_auto/3d/tet4/Makefile.am
+++ b/tests_auto/3d/tet4/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestTet4.py \



More information about the CIG-COMMITS mailing list