GenSVM
test_gensvm_cross_validation.c
Go to the documentation of this file.
1 
27 #include "minunit.h"
28 
30 {
32 
33  return NULL;
34 }
35 
36 char *all_tests()
37 {
40 
41  return NULL;
42 }
43 
Minimal unit testing framework for C.
char * test_cross_validation()
#define mu_run_test(test)
Definition: minunit.h:35
#define mu_test_missing()
Definition: minunit.h:60
char * all_tests()
RUN_TESTS(all_tests)
#define mu_suite_start()
Definition: minunit.h:24