You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
193 B

#ifndef _ELM_SUITE_H
#define _ELM_SUITE_H
#include <check.h>
void elm_test_init(TCase *tc);
void elm_test_check(TCase *tc);
void elm_test_colorselector(TCase *tc);
#endif /* _ELM_SUITE_H */