# brl/bseg/bbgm/tests/CMakeLists.txt
# Tests for bbgm library

ADD_EXECUTABLE( bbgm_pro_test_all
  test_driver.cxx
  test_io.cxx
  test_update_dist_image.cxx
#  test_neighborhood_ops.cxx
)

TARGET_LINK_LIBRARIES( bbgm_pro_test_all bbgm_pro bbgm bsta_algo bsta vil_pro brdb vpl vil testlib )


ADD_TEST( bbgm_test_io  bbgm_pro_test_all test_io )
ADD_TEST( bbgm_test_io  bbgm_pro_test_all test_update_dist_image )
#ADD_TEST( bbgm_test_io  bbgm_pro_test_all test_neighborhood_ops )

ADD_EXECUTABLE( bbgm_pro_test_include test_include.cxx )
TARGET_LINK_LIBRARIES( bbgm_pro_test_include bbgm_pro bbgm)
