X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=0d5aad469ce38bf6281ae56fef41baebffd2dee7;hp=1f83bdb08d34124a209d0b72542cc4709d2676f1;hb=0e8272b3d5a18a0695f8c7a58617caa0ad938059;hpb=965cbd297cf8de73cfe01d55983b8161ae7cf67e diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 1f83bdb..0d5aad4 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -7,15 +7,18 @@ 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_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_sort1.cfg test_sort1.idx test_sort1.chr sort1.abs \ + test_sort2.cfg test_sort2.idx test_sort2.chr sort2.abs \ + test_safari.cfg test_sort3.cfg string.chr noinst_LIBRARIES = libtestlib.a @@ -31,13 +34,16 @@ test_rank_SOURCES = test_rank.c test_private_attset_SOURCES = test_private_attset.c test_scan_SOURCES = test_scan.c test_create_databases_SOURCES = test_create_databases.c -test_resouces_SOURCES = test_resouces.c +test_resources_SOURCES = test_resources.c test_update_record_SOURCES = test_update_record.c test_zebra_fork_SOURCES = test_zebra_fork.c test_special_elements_SOURCES = test_special_elements.c test_icu_indexing_SOURCES = test_icu_indexing.c -test_sortindex_SOURCES = test_sortindex.c -test_safari_SOURCES = test_safari.c testlib.c +test_safari_SOURCES = test_safari.c +test_sort1_SOURCES = test_sort1.c +test_sort2_SOURCES = test_sort2.c +test_sort3_SOURCES = test_sort3.c +test_sortidx_SOURCES = test_sortidx.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)