Skip to content
Snippets Groups Projects
Select Git revision
  • 0c1e9467948965d4032234457e8c96984e9d0187
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

datadriven.h

Blame
  • datadriven.h 227 B
    #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