diff options
author | Matt Turner <mattst88@gmail.com> | 2014-12-07 11:29:00 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-12-12 12:11:49 -0800 |
commit | e643fd3b4a0f1bf00a421d1c8eb42ed1feea524a (patch) | |
tree | 8d15ff7744abf3d9e9e79706ef2abacf83a90bb4 /src/util/tests | |
parent | 216248730af1a916a2684d85d5f052611813ae35 (diff) |
util: List hash_table tests as check_PROGRAMS.
EXTRA_PROGRAMS is not what you want for binaries listed in TEST.
Diffstat (limited to 'src/util/tests')
-rw-r--r-- | src/util/tests/hash_table/Makefile.am | 2 |
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 1eaf239d25..04a77e30df 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) |