projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be3352
)
tests: Just list tests under the TESTS variable
author
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 26 Apr 2012 12:06:43 +0000
(08:06 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 26 Apr 2012 12:06:43 +0000
(08:06 -0400)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
eaf4dd8
..
7449545
100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-1,4
+1,4
@@
-
my_check_programs =
\
+
TESTS =
\
sanity-test \
array-test \
map-test \
@@
-8,10
+8,8
@@
my_check_programs = \
client-test \
os-wrappers-test
-TESTS = $(my_check_programs)
-
check_PROGRAMS = \
- $(
my_check_programs)
\
+ $(
TESTS)
\
exec-fd-leak-checker
test_runner_src = test-runner.c test-runner.h test-helpers.c