Skip to content
Snippets Groups Projects
datadriven.h 227 B
Newer Older
#ifndef LIBWCCL_TESTS_DATADRIVEN_H
#define LIBWCCL_TESTS_DATADRIVEN_H

#include <boost/test/unit_test.hpp>

void init_data_suite(boost::unit_test::test_suite* ts, const std::string& path);

#endif // LIBWCCL_TESTS_DATADRIVEN_H