tests/Makefile.am
changeset 686 206f6c199485
parent 664 f57b1b61e1fe
equal deleted inserted replaced
685:dfa02c1c7fda 686:206f6c199485
     4 
     4 
     5 noinst_PROGRAMS = $(TEST_PROGS)
     5 noinst_PROGRAMS = $(TEST_PROGS)
     6 TEST_PROGS =
     6 TEST_PROGS =
     7 
     7 
     8 TEST_PROGS += test-parser                       \
     8 TEST_PROGS += test-parser                       \
     9 			  test-data-objects
     9 	test-data-objects
    10 
    10 
    11 test_parser_SOURCES =                           \
    11 test_parser_SOURCES =                           \
    12 	test-parser.c
    12 	test-parser.c
    13 	
    13 	
    14 test_data_objects_SOURCES =                     \
    14 test_data_objects_SOURCES =                     \
    15 	test-data-objects.c                         \
    15 	../loudmouth/lm-data-objects.c          \
    16 	$(top_srcdir)/loudmouth/lm-data-objects.c
    16 	test-data-objects.c
    17 
    17 
    18 AM_CPPFLAGS =                                   \
    18 AM_CPPFLAGS =                                   \
    19 	-I.                                         \
    19 	-I.                                         \
    20 	-I$(top_srcdir)                             \
    20 	-I$(top_srcdir)                             \
    21 	-DLM_COMPILATION                            \
    21 	-DLM_COMPILATION                            \