File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / tests / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (4 years, 9 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

    1: EXTRA_DIST        = annotate.conf a.conf b.conf spdir check_confuse.h
    2: 
    3: TESTS             = keyval
    4: TESTS            += suite_single
    5: TESTS            += suite_dup
    6: TESTS            += suite_func
    7: TESTS            += suite_list
    8: TESTS            += suite_validate
    9: TESTS            += suite_ptr
   10: TESTS            += list_plus_syntax
   11: TESTS            += section_title_dupes
   12: TESTS            += single_title_sections
   13: TESTS            += section_remove
   14: TESTS            += section_add
   15: TESTS            += section_getopt
   16: TESTS            += quote_before_print
   17: TESTS            += include
   18: TESTS            += searchpath
   19: TESTS            += env
   20: TESTS            += ignore_parm
   21: TESTS            += annotate
   22: TESTS            += empty_string
   23: TESTS            += setopt_ptr
   24: TESTS            += setmulti_reset
   25: TESTS            += print_filter
   26: TESTS            += modified_flag
   27: 
   28: check_PROGRAMS    = $(TESTS)
   29: 
   30: DEFS              = -DSRC_DIR='"$(srcdir)"'
   31: LDFLAGS           = -static
   32: LDADD             = -L../src ../src/libconfuse.la $(LTLIBINTL)
   33: CLEANFILES        = *~
   34: 
   35: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>