Subversion Repositories FuelGauge

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "jtest.h"
  2. #include "support_tests.h"
  3.  
  4. JTEST_DEFINE_GROUP(support_tests)
  5. {
  6.     JTEST_GROUP_CALL(copy_tests);
  7.     JTEST_GROUP_CALL(fill_tests);
  8.     JTEST_GROUP_CALL(x_to_y_tests);
  9.     return;
  10. }
  11.