1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
#include <assert.h> #include <stdio.h> #include "test.h" #include "unit.h" void test_kilo_per_sec(void) { assert(0); } void test_pound_per_min(void) { assert(0); } void test_as_kilo_per_sec(void) { assert(0); } void test_as_pound_per_min(void) { assert(0); }