diff -r 1f781d1f9b79 -r bfbc57a51fbb test/Makefile.am --- a/test/Makefile.am Thu Jan 03 14:58:42 2008 +0100 +++ b/test/Makefile.am Wed Feb 06 10:52:58 2008 +0000 @@ -6,6 +6,7 @@ check_PROGRAMS += \ test/dim_test \ + test/maps_test \ test/random_test \ test/test_tools_fail \ test/test_tools_pass @@ -14,6 +15,7 @@ XFAIL_TESTS += test/test_tools_fail$(EXEEXT) test_dim_test_SOURCES = test/dim_test.cc +test_maps_test_SOURCES = test/maps_test.cc test_random_test_SOURCES = test/random_test.cc test_test_tools_fail_SOURCES = test/test_tools_fail.cc test_test_tools_pass_SOURCES = test/test_tools_pass.cc