Comment out test-keymap test case.
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 22 Oct 2010 06:15:12 +0000 (15:15 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 22 Oct 2010 06:15:12 +0000 (15:15 +0900)
Comment out test-keymap test case, because it is not automatic test
case. it will cause make distcheck failed.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/2667041

src/test-keymap.c

index c3b0b8a..9e5c46d 100644 (file)
@@ -19,6 +19,7 @@ int main (int argc, char **argv)
 
 int main (int argc, char **argv)
 {
+#if 0
     gint fd;
     struct input_event e;
 
@@ -49,7 +50,7 @@ int main (int argc, char **argv)
     }
 
     g_object_unref (keymap);
-       return 0;
-
+#endif
+    return 0;
 }
 #endif