Procházet zdrojové kódy

Move console from old bbwidget system to zori UI system.

Beoran před 7 roky
rodič
revize
2a48f17cf0
1 změnil soubory, kde provedl 0 přidání a 20 odebrání
  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();
-}
-
-
-