X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=13b68de30910d467cba8ea5932b641c8c39e5e71;hp=4f0ce42a3bbb452c845c3d686f71c0958f59abfa;hb=ce556bc293c5eed60090acaf82cc668d333abd7b;hpb=f4bf81ef6c0ba4f997b710a8ec5f346670974813 diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 4f0ce42..13b68de 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -7,7 +7,7 @@ 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_sortindex test_safari test_sort1 test_sort2 test_sortidx TESTS = $(check_PROGRAMS) @@ -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)