test/Makefile.am
changeset 25 751cd8f9bb1c
parent 4 3f411aa35bd7
child 32 ad7f593399b0
child 65 bfbc57a51fbb
     1.1 --- a/test/Makefile.am	Thu Dec 20 15:59:06 2007 +0000
     1.2 +++ b/test/Makefile.am	Sat Dec 22 12:35:00 2007 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4          test/test_tools.h
     1.5   
     1.6  check_PROGRAMS += \
     1.7 +        test/maps_test \
     1.8          test/test_tools_fail \
     1.9          test/test_tools_pass
    1.10   
    1.11  TESTS += $(check_PROGRAMS)
    1.12  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.13  
    1.14 +test_maps_test_SOURCES = test/maps_test.cc
    1.15  test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.16  test_test_tools_pass_SOURCES = test/test_tools_pass.cc