"Fossies" - the Fresh Open Source Software Archive

Member "jansson-2.14/test/suites/api/Makefile.am" (19 Nov 2020, 1181 Bytes) of package /linux/www/jansson-2.14.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "Makefile.am": 2.13.1_vs_2.14.

    1 EXTRA_DIST = run check-exports
    2 
    3 check_PROGRAMS = \
    4 	test_array \
    5 	test_chaos \
    6 	test_copy \
    7 	test_dump \
    8 	test_dump_callback \
    9 	test_equal \
   10 	test_fixed_size \
   11 	test_load \
   12 	test_load_callback \
   13 	test_loadb \
   14 	test_memory_funcs \
   15 	test_number \
   16 	test_object \
   17 	test_pack \
   18 	test_simple \
   19 	test_sprintf \
   20 	test_unpack \
   21 	test_version
   22 
   23 test_array_SOURCES = test_array.c util.h
   24 test_chaos_SOURCES = test_chaos.c util.h
   25 test_copy_SOURCES = test_copy.c util.h
   26 test_dump_SOURCES = test_dump.c util.h
   27 test_dump_callback_SOURCES = test_dump_callback.c util.h
   28 test_fixed_size_SOURCES = test_fixed_size.c util.h
   29 test_load_SOURCES = test_load.c util.h
   30 test_loadb_SOURCES = test_loadb.c util.h
   31 test_memory_funcs_SOURCES = test_memory_funcs.c util.h
   32 test_number_SOURCES = test_number.c util.h
   33 test_object_SOURCES = test_object.c util.h
   34 test_pack_SOURCES = test_pack.c util.h
   35 test_simple_SOURCES = test_simple.c util.h
   36 test_sprintf_SOURCES = test_sprintf.c util.h
   37 test_unpack_SOURCES = test_unpack.c util.h
   38 test_version_SOURCES = test_version.c util.h
   39 
   40 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
   41 LDFLAGS = -static  # for speed and Valgrind
   42 LDADD = $(top_builddir)/src/libjansson.la