diff options
Diffstat (limited to 'libs/ui/tests/InputDispatcher_test.cpp')
| -rw-r--r-- | libs/ui/tests/InputDispatcher_test.cpp | 18 | 
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 000000000000..1dc6e46a453d --- /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 | 
