Index: sandbox/linux/tests/unit_tests.cc |
diff --git a/remoting/host/capturer_win_unittest.cc b/sandbox/linux/tests/unit_tests.cc |
similarity index 65% |
copy from remoting/host/capturer_win_unittest.cc |
copy to sandbox/linux/tests/unit_tests.cc |
index bec0766a9159b1e5bb74c21c24f672fcfce7556d..865dbeb0e1673b72005a179587aa3e1c57446bda 100644 |
--- a/remoting/host/capturer_win_unittest.cc |
+++ b/sandbox/linux/tests/unit_tests.cc |
@@ -3,11 +3,7 @@ |
// found in the LICENSE file. |
#include "testing/gtest/include/gtest/gtest.h" |
- |
-namespace remoting { |
- |
-TEST(CapturerGdiTest, Capture) { |
- // TODO(hclam): implement this. |
+int main(int argc, char *argv[]) { |
+ testing::InitGoogleTest(&argc, argv); |
+ return RUN_ALL_TESTS(); |
} |
- |
-} // namespace remoting |