diff options
author | 2019-03-31 13:54:43 +0300 | |
---|---|---|
committer | 2019-03-31 13:54:43 +0300 | |
commit | e1f1b3db7cefe66613c4459d338236155e19d59f (patch) | |
tree | ef717573162bf6e9be93810cf01413b9cb3b014b /test/main.c | |
parent | 5c843d16f0e5a0ba526620645711df14291ef758 (diff) | |
download | librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.gz librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.bz2 librin-e1f1b3db7cefe66613c4459d338236155e19d59f.zip |
gpio: removed due to being useless.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 2 |
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; |