X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=862bcee08ad4d63f367cf7dc0c5329e44996b5ef;hb=c76c6307014b193b15d892e51a88511ebac39464;hp=0564f32f5ab3dd2b1c88ec24a6e4f59076c6dc15;hpb=5a4d40ae6b8372f38c1871b493866e2848d125b4;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 0564f32..862bcee 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -7,15 +7,15 @@ check_PROGRAMS = test_start_stop test_result_sets \ test_rank test_private_attset \ test_scan test_create_databases test_resources test_update_record \ test_zebra_fork test_special_elements test_icu_indexing \ - test_sortindex test_safari test_sort1 test_sort2 + test_safari test_sort1 test_sort2 test_sort3 test_sortidx TESTS = $(check_PROGRAMS) EXTRA_DIST=zebra.cfg test_trunc.cfg test_private_attset.cfg \ - private_attset.att private_attset.abs \ + private_attset.att private_attset.abs test_search.abs \ test_zebra_fork.cfg \ test_icu_indexing.cfg test_icu_indexing.idx \ - test_safari.cfg test_sortindex.cfg \ + test_safari.cfg test_sort3.cfg \ test_sort1.cfg test_sort1.idx test_sort1.chr sort1.abs \ test_sort2.cfg test_sort2.idx test_sort2.chr sort2.abs @@ -42,6 +42,7 @@ test_sortindex_SOURCES = test_sortindex.c test_safari_SOURCES = test_safari.c test_sort1_SOURCES = test_sort1.c test_sort2_SOURCES = test_sort2.c +test_sortidx_SOURCES = test_sortidx.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)