diff options
Diffstat (limited to 'media/omx/omx_unittest.cc')
-rw-r--r-- | media/omx/omx_unittest.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media/omx/omx_unittest.cc b/media/omx/omx_unittest.cc new file mode 100644 index 0000000..d70aef6 --- /dev/null +++ b/media/omx/omx_unittest.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "testing/gtest/include/gtest/gtest.h" + +namespace media { + +TEST(OmxTest, Pass) { + // TODO(scherkus): fill in with some sample OpenMAX tests. +} + +} // namespace media |