summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 02:56:58 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 02:56:58 +0300
commite2b1a8d825ea9c50103d5de2a8e8242c5054f738 (patch)
treefb380a9825342687112db74aa1f48a1402de4014 /tests
parent4b921e491f2807b056395094e0bbe6a77c37e483 (diff)
makefiles re-organization
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000000..4f653f71ab
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,8 @@
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+nodist_noinst_DATA = \
+ $(NULL)
+
+nodist_noinst_SCRIPTS = \
+ stress.sh \
+ $(NULL)