summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-08-15 12:02:10 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-08-15 12:03:23 +0200
commit550d62785fcacbfb386df99f7e2ca5243bed6f51 (patch)
tree3e79ac27a5c7e45e290882b6e0099dca540734f8
parentb3a282f180f90dab830f38f1efe1f597a33bb0eb (diff)
downloadelementary-550d62785fcacbfb386df99f7e2ca5243bed6f51.tar.gz
tests: Ship elm_test_helper.h in dist tarball
This is a first step to run elm make check during distcheck.
-rw-r--r--src/tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index d4283fe21..4766a3134 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
-EXTRA_DIST = elm_suite.h
+EXTRA_DIST = \
+ elm_suite.h \
+ elm_test_helper.h
TESTS = elm_suite
check_PROGRAMS = elm_suite