util: List hash_table tests as check_PROGRAMS.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 19:29:00 +0000 (11:29 -0800)
committerMatt 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

index 1eaf239d25e552f7eb179fe8d3bbbd3ae06b2593..04a77e30df1a0bc49c5b13a2faf87b68f3284a35 100644 (file)
@@ -41,4 +41,4 @@ TESTS = \
        replacement \
        $()
 
-EXTRA_PROGRAMS = $(TESTS)
+check_PROGRAMS = $(TESTS)