summaryrefslogtreecommitdiffstats
path: root/libs/ui/tests/InputDispatcher_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/tests/InputDispatcher_test.cpp')
-rw-r--r--libs/ui/tests/InputDispatcher_test.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/ui/tests/InputDispatcher_test.cpp b/libs/ui/tests/InputDispatcher_test.cpp
new file mode 100644
index 0000000..1dc6e46
--- /dev/null
+++ b/libs/ui/tests/InputDispatcher_test.cpp
@@ -0,0 +1,18 @@
+//
+// Copyright 2010 The Android Open Source Project
+//
+
+#include <ui/InputDispatcher.h>
+#include <gtest/gtest.h>
+
+namespace android {
+
+class InputDispatcherTest : public testing::Test {
+public:
+};
+
+TEST_F(InputDispatcherTest, Dummy) {
+ // TODO
+}
+
+} // namespace android