VIGRA_ADD_TEST(test_unsupervised test.cxx)

# the data from 'example_data.h5' are now in 'test_data.hxx', so HDF5 is
# no longer needed for this test
# if(HDF5_FOUND)
    # INCLUDE_DIRECTORIES(${SUPPRESS_WARNINGS} ${HDF5_INCLUDE_DIR})

    # ADD_DEFINITIONS(${HDF5_CPPFLAGS})

    # VIGRA_ADD_TEST(test_unsupervised test.cxx LIBRARIES vigraimpex ${HDF5_LIBRARIES})

    # VIGRA_COPY_TEST_DATA(example_data.h5)
# else()
    # MESSAGE(STATUS "** WARNING: test_unsupervised will not be executed")
# endif()