projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2162487
)
util: List hash_table tests as check_PROGRAMS.
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Dec 2014 19:29:00 +0000
(11:29 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:49 +0000
(12:11 -0800)
EXTRA_PROGRAMS is not what you want for binaries listed in TEST.
src/util/tests/hash_table/Makefile.am
patch
|
blob
|
history
diff --git
a/src/util/tests/hash_table/Makefile.am
b/src/util/tests/hash_table/Makefile.am
index 1eaf239d25e552f7eb179fe8d3bbbd3ae06b2593..04a77e30df1a0bc49c5b13a2faf87b68f3284a35 100644
(file)
--- a/
src/util/tests/hash_table/Makefile.am
+++ b/
src/util/tests/hash_table/Makefile.am
@@
-41,4
+41,4
@@
TESTS = \
replacement \
$()
-
EXTRA
_PROGRAMS = $(TESTS)
+
check
_PROGRAMS = $(TESTS)