tests/Makefile.am
changeset 664 f57b1b61e1fe
parent 536 d2e9e1df6d82
child 686 206f6c199485
equal deleted inserted replaced
663:3697251ef911 664:f57b1b61e1fe
     1 include $(top_srcdir)/build/Makefile.am.lm
     1 include $(top_srcdir)/build/Makefile.am.lm
     2 
     2 
     3 SUBDIRS = parser-tests
     3 SUBDIRS = parser-tests
     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 =                           \