diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b59663a..55a3d20 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,6 +22,7 @@ AM_CFLAGS = $(WARN_CFLAGS) -I.. LDADD = ../libhash_table.la TESTS = \ + delete_and_lookup \ insert_and_lookup \ null_destroy \ $() |