projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a282f
)
tests: Ship elm_test_helper.h in dist tarball
author
Stefan Schmidt
<s.schmidt@samsung.com>
Fri, 15 Aug 2014 10:02:10 +0000
(12:02 +0200)
committer
Stefan Schmidt
<s.schmidt@samsung.com>
Fri, 15 Aug 2014 10:03:23 +0000
(12:03 +0200)
This is a first step to run elm make check during distcheck.
src/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/tests/Makefile.am
b/src/tests/Makefile.am
index
d4283fe
..
4766a31
100644
(file)
--- 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