Directly embed ../timer.c in timer_test.c for better assertion testing

This commit is contained in:
Ondřej Surý 2019-11-09 14:01:25 +01:00
parent 8de64964a3
commit b9cb4c94fa

View file

@ -36,6 +36,8 @@
#include "isctest.h"
#include "../timer.c"
/* Set to true (or use -v option) for verbose output */
static bool verbose = false;