diff options
Diffstat (limited to 'src/util')
-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 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) |