]> git.treefish.org Git - phys/latlib.git/blobdiff - cubelooks_test.cpp
...
[phys/latlib.git] / cubelooks_test.cpp
diff --git a/cubelooks_test.cpp b/cubelooks_test.cpp
new file mode 100644 (file)
index 0000000..f3ea2da
--- /dev/null
@@ -0,0 +1,20 @@
+#include "cubelooks.h"
+#include "unistd.h"
+#include <iostream>
+
+using namespace std;
+
+int main(int argc, char **argv)
+{
+
+  cubelooks clooks(2,1, &argc, argv);
+
+
+
+  while(true) {
+    sleep(1);
+  }
+  
+
+  return 0;
+}