summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBrainDoctor <github.account@chrigel.net>2017-07-25 11:18:55 +0200
committerBrainDoctor <github.account@chrigel.net>2017-07-25 11:18:55 +0200
commit5c8a8720e9adec094e5cade63b6fbdcce353497c (patch)
tree35ddc503e98d6968190d3724978a77f4140e2153 /tests
parent50e7100add6a6c3cd4c0dca85a3c79290d015be7 (diff)
parent39f0f9e590d479d4bdb588cad59e30198e2b4699 (diff)
Merge remote-tracking branch 'upstream/master' into karma
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..624bf3d831
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,8 @@
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+dist_noinst_DATA = \
+ $(NULL)
+
+dist_noinst_SCRIPTS = \
+ stress.sh \
+ $(NULL)