--- embedaddon/confuse/tests/Makefile.am 2017/01/24 14:48:56 1.1.1.1 +++ embedaddon/confuse/tests/Makefile.am 2021/03/17 00:49:17 1.1.1.2 @@ -1,14 +1,35 @@ -TESTS = suite_single suite_dup suite_func suite_list \ - suite_validate list_plus_syntax section_title_dupes \ - single_title_sections quote_before_print include -check_PROGRAMS=$(TESTS) +EXTRA_DIST = annotate.conf a.conf b.conf spdir check_confuse.h -LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL) +TESTS = keyval +TESTS += suite_single +TESTS += suite_dup +TESTS += suite_func +TESTS += suite_list +TESTS += suite_validate +TESTS += suite_ptr +TESTS += list_plus_syntax +TESTS += section_title_dupes +TESTS += single_title_sections +TESTS += section_remove +TESTS += section_add +TESTS += section_getopt +TESTS += quote_before_print +TESTS += include +TESTS += searchpath +TESTS += env +TESTS += ignore_parm +TESTS += annotate +TESTS += empty_string +TESTS += setopt_ptr +TESTS += setmulti_reset +TESTS += print_filter +TESTS += modified_flag -EXTRA_DIST=a.conf b.conf check_confuse.h -CLEANFILES=*~ +check_PROGRAMS = $(TESTS) -DEFS=-DSRC_DIR='"$(srcdir)"' +DEFS = -DSRC_DIR='"$(srcdir)"' +LDFLAGS = -static +LDADD = -L../src ../src/libconfuse.la $(LTLIBINTL) +CLEANFILES = *~ -celan: clean