2009-06-10 05:59:41 +03:00
|
|
|
noinst_PROGRAMS = graph_tests packed_mphf_tests mphf_tests select_tests compressed_seq_tests compressed_rank_tests
|
2008-03-26 22:26:48 +02:00
|
|
|
|
|
|
|
INCLUDES = -I../src/
|
2004-12-23 15:16:30 +02:00
|
|
|
|
|
|
|
graph_tests_SOURCES = graph_tests.c
|
|
|
|
graph_tests_LDADD = ../src/libcmph.la
|
2008-03-26 22:26:48 +02:00
|
|
|
|
|
|
|
packed_mphf_tests_SOURCES = packed_mphf_tests.c
|
|
|
|
packed_mphf_tests_LDADD = ../src/libcmph.la
|
|
|
|
|
|
|
|
mphf_tests_SOURCES = mphf_tests.c
|
|
|
|
mphf_tests_LDADD = ../src/libcmph.la
|
2009-03-15 01:24:05 +02:00
|
|
|
|
|
|
|
select_tests_SOURCES = select_tests.c
|
|
|
|
select_tests_LDADD = ../src/libcmph.la
|
2009-03-16 15:07:10 +02:00
|
|
|
|
|
|
|
compressed_seq_tests_SOURCES = compressed_seq_tests.c
|
|
|
|
compressed_seq_tests_LDADD = ../src/libcmph.la
|
2009-06-10 05:59:41 +03:00
|
|
|
|
|
|
|
compressed_rank_tests_SOURCES = compressed_rank_tests.c
|
|
|
|
compressed_rank_tests_LDADD = ../src/libcmph.la
|