summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-07 11:29:00 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:49 -0800
commite643fd3b4a0f1bf00a421d1c8eb42ed1feea524a (patch)
tree8d15ff7744abf3d9e9e79706ef2abacf83a90bb4
parent216248730af1a916a2684d85d5f052611813ae35 (diff)
util: List hash_table tests as check_PROGRAMS.
EXTRA_PROGRAMS is not what you want for binaries listed in TEST.
-rw-r--r--src/util/tests/hash_table/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/tests/hash_table/Makefile.am b/src/util/tests/hash_table/Makefile.am
index 1eaf239d25e..04a77e30df1 100644
--- 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)