summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 03:13:59 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 03:13:59 +0300
commitcd7b862c4e351b42204caf338027ccb02c79f1a1 (patch)
treea07ccfbf8f0945d1776524ad105f6a0ebf9fa221 /tests
parente2b1a8d825ea9c50103d5de2a8e8242c5054f738 (diff)
files should be dist_noinst_*
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4f653f71ab..624bf3d831 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,8 @@
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
-nodist_noinst_DATA = \
- $(NULL)
+dist_noinst_DATA = \
+ $(NULL)
-nodist_noinst_SCRIPTS = \
+dist_noinst_SCRIPTS = \
stress.sh \
- $(NULL)
+ $(NULL)