tests/Makefile.am
changeset 171 118ca6c4520e
parent 170 bba590bac876
child 397 5e2ad0e0704a
equal deleted inserted replaced
170:bba590bac876 171:118ca6c4520e
       
     1 SUBDIRS = parser-tests
       
     2 
     1 TESTS =                                       \
     3 TESTS =                                       \
     2 	test-objects                          \
     4 	test-objects                          \
     3 	test-parser
     5 	test-parser
     4 
     6 
     5 test_objects_SOURCES =                        \
     7 test_objects_SOURCES =                        \
    16 AM_CPPFLAGS =                                 \
    18 AM_CPPFLAGS =                                 \
    17 	-I.                                   \
    19 	-I.                                   \
    18 	-I$(top_srcdir)                       \
    20 	-I$(top_srcdir)                       \
    19 	-DLM_COMPILATION                      \
    21 	-DLM_COMPILATION                      \
    20 	-DRUNTIME_ENDIAN                      \
    22 	-DRUNTIME_ENDIAN                      \
    21 	$(LM_CFLAGS)                          \
    23 	$(LOUDMOUTH_CFLAGS)                   \
       
    24 	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""  \
    22 	@CHECK_CFLAGS@
    25 	@CHECK_CFLAGS@
    23 
    26 
    24 LIBS =                                        \
    27 LIBS =                                        \
    25 	$(LM_LIBS)                            \
    28 	$(LOUDMOUTH_LIBS)                     \
    26 	@CHECK_LIBS@                          \
    29 	@CHECK_LIBS@                          \
    27 	$(top_builddir)/loudmouth/libloudmouth-1.la
    30 	$(top_builddir)/loudmouth/libloudmouth-1.la
    28 
    31