test/Makefile.am
changeset 65 bfbc57a51fbb
parent 10 99e499ca560b
parent 25 751cd8f9bb1c
child 67 9de02aa380de
     1.1 --- a/test/Makefile.am	Thu Jan 03 14:58:42 2008 +0100
     1.2 +++ b/test/Makefile.am	Wed Feb 06 10:52:58 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  
     1.5  check_PROGRAMS += \
     1.6          test/dim_test \
     1.7 +        test/maps_test \
     1.8          test/random_test \
     1.9          test/test_tools_fail \
    1.10          test/test_tools_pass
    1.11 @@ -14,6 +15,7 @@
    1.12  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.13  
    1.14  test_dim_test_SOURCES = test/dim_test.cc
    1.15 +test_maps_test_SOURCES = test/maps_test.cc
    1.16  test_random_test_SOURCES = test/random_test.cc
    1.17  test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.18  test_test_tools_pass_SOURCES = test/test_tools_pass.cc