aboutsummaryrefslogtreecommitdiffstats
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/main.c b/test/main.c
index c87c24c..3ad8540 100644
--- a/test/main.c
+++ b/test/main.c
@@ -21,7 +21,6 @@
#include "test.h"
#include "float_test.h"
#include "diagnostic_test.h"
-#include "gpio_test.h"
#include "time_test.h"
/* TODO: allow individual tests to be selected */
@@ -31,7 +30,6 @@ int main(int argc, char **argv)
static const struct section sections[] = {
{"float", float_test},
{"diagnostic", diagnostic_test},
- {"gpio", gpio_test},
{"time", time_test} };
size_t i;