Browse Source

Move console from old bbwidget system to zori UI system.

Beoran 7 years ago
parent
commit
2a48f17cf0
1 changed files with 0 additions and 20 deletions
  1. 0 20
      test/test_widget.c

+ 0 - 20
test/test_widget.c

@@ -1,20 +0,0 @@
-/**
-* This is a test for widget in $package$
-*/
-#include "si_test.h"
-// #include "widget.h"
-
-
-TEST_FUNC(widget) {
-  TEST_DONE();
-}
-
-
-int main(void) {
-  TEST_INIT();
-  TEST_RUN(widget);
-  TEST_REPORT();
-}
-
-
-