tests/Makefile.am
changeset 170 bba590bac876
parent 131 f67d47083e3a
child 171 118ca6c4520e
equal deleted inserted replaced
169:10bcf8e0e443 170:bba590bac876
     1 TESTS =                                       \
     1 TESTS =                                       \
     2 	test-objects
     2 	test-objects                          \
       
     3 	test-parser
     3 
     4 
     4 test_objects_SOURCES =                        \
     5 test_objects_SOURCES =                        \
     5 	test-objects.c                        \
     6 	test-objects.c                        \
     6 	test-objects.h
     7 	test-objects.h
       
     8 
       
     9 test_parser_SOURCES =                         \
       
    10 	test-parser.c
     7 
    11 
     8 if HAVE_CHECK
    12 if HAVE_CHECK
     9 noinst_PROGRAMS = $(TESTS)
    13 noinst_PROGRAMS = $(TESTS)
    10 endif
    14 endif
    11 
    15