10 lines
168 B
C
10 lines
168 B
C
|
|
#include "unity.h"
|
|
|
|
#include "algorithms.h"
|
|
|
|
void setUp(void) {}
|
|
|
|
void tearDown(void) {}
|
|
|
|
void test_algorithms_loaded(void) { TEST_ASSERT(algorithms_c_is_loaded()); }
|