Skip to content

Commit d5e21df

Browse files
committed
Fix error in making source distribution.
check_SCRIPTS -> dist_check_SCRIPTS in tests_auto.
1 parent cdf4794 commit d5e21df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests_auto/2d/quad4/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
2020

2121
TESTS = testpylith.py
2222

23-
check_SCRIPTS = testpylith.py
23+
dist_check_SCRIPTS = testpylith.py
2424

2525
dist_noinst_PYTHON = \
2626
TestQuad4.py \

tests_auto/2d/tri3/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
2020

2121
TESTS = testpylith.py
2222

23-
check_SCRIPTS = testpylith.py
23+
dist_check_SCRIPTS = testpylith.py
2424

2525
dist_noinst_PYTHON = \
2626
TestTri3.py \

tests_auto/3d/hex8/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
2020

2121
TESTS = testpylith.py
2222

23-
check_SCRIPTS = testpylith.py
23+
dist_check_SCRIPTS = testpylith.py
2424

2525
dist_noinst_PYTHON = \
2626
TestHex8.py \

tests_auto/3d/tet4/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
2020

2121
TESTS = testpylith.py
2222

23-
check_SCRIPTS = testpylith.py
23+
dist_check_SCRIPTS = testpylith.py
2424

2525
dist_noinst_PYTHON = \
2626
TestTet4.py \

0 commit comments

Comments
 (0)