From: Matt Turner Date: Sun, 7 Dec 2014 19:29:00 +0000 (-0800) Subject: util: List hash_table tests as check_PROGRAMS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e643fd3b4a0f1bf00a421d1c8eb42ed1feea524a;p=mesa.git util: List hash_table tests as check_PROGRAMS. EXTRA_PROGRAMS is not what you want for binaries listed in TEST. --- 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)