cleanup (-> old directory) & creation of 'new' src folder + TODO
[my-code/ivac.git] / test.c
diff --git a/test.c b/test.c
deleted file mode 100644 (file)
index 2ad2ba8..0000000
--- a/test.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-#include "v4lapi.h"
-
-int main(void) {
-       
-       v4l_init("/dev/v4l/video0");
-       
-       return 1;
-}