Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ check_PROGRAMS = check_ahtable check_hattrie bench_sorted_iter

check_ahtable_SOURCES = check_ahtable.c str_map.c
check_ahtable_LDADD = $(top_builddir)/src/libhat-trie.la
check_ahtable_CPPFLAGS = -I$(top_builddir)/src
check_ahtable_CPPFLAGS = -I$(top_srcdir)/src

check_hattrie_SOURCES = check_hattrie.c str_map.c
check_hattrie_LDADD = $(top_builddir)/src/libhat-trie.la
check_hattrie_CPPFLAGS = -I$(top_builddir)/src
check_hattrie_CPPFLAGS = -I$(top_srcdir)/src

bench_sorted_iter_SOURCES = bench_sorted_iter.c
bench_sorted_iter_LDADD = $(top_builddir)/src/libhat-trie.la
bench_sorted_iter_CPPFLAGS = -I$(top_builddir)/src
bench_sorted_iter_CPPFLAGS = -I$(top_srcdir)/src