tests/Makefile.am
changeset 524 8835e4566b3a
parent 398 d81f80894575
child 525 0499e563dbdf
equal deleted inserted replaced
523:91aabe0b330f 524:8835e4566b3a
     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_parser_SOURCES =                         \
     9 test_parser_SOURCES =                           \
    10 	test-parser.c
    10     test-parser.c
    11 
    11 
    12 AM_CPPFLAGS =                                 \
    12 AM_CPPFLAGS =                                   \
    13 	-I.                                   \
    13     -I.                                         \
    14 	-I$(top_srcdir)                       \
    14     -I$(top_srcdir)                             \
    15 	-DLM_COMPILATION                      \
    15     -DLM_COMPILATION                            \
    16 	-DRUNTIME_ENDIAN                      \
    16     -DRUNTIME_ENDIAN                            \
    17 	$(LOUDMOUTH_CFLAGS)                   \
    17     $(LOUDMOUTH_CFLAGS)                         \
    18 	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""
    18     -DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""
    19 
    19 
    20 LIBS =                                        \
    20 LIBS =                                          \
    21 	$(LOUDMOUTH_LIBS)                     \
    21     $(LOUDMOUTH_LIBS)                           \
    22 	$(top_builddir)/loudmouth/libloudmouth-1.la
    22     $(top_builddir)/loudmouth/libloudmouth-1.la
    23 
    23