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

datarule.h

Blame
  • user avatar
    ilor authored
    Note: one of the tests fails on purpose so everyone can see what it looks like.
    ddf87ee1
    History
    datarule.h 229 B
    #ifndef LIBWCCL_TESTS_DATADRULE_H
    #define LIBWCCL_TESTS_DATADRULE_H
    
    #include <boost/test/unit_test.hpp>
    
    void init_data_rule_suite(boost::unit_test::test_suite* ts, const std::string& path);
    
    #endif // LIBWCCL_TESTS_DATADRULE_H