diff options
Diffstat (limited to 'ceee/common/sidestep_unittest.cc')
-rw-r--r-- | ceee/common/sidestep_unittest.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ceee/common/sidestep_unittest.cc b/ceee/common/sidestep_unittest.cc new file mode 100644 index 0000000..86832b1 --- /dev/null +++ b/ceee/common/sidestep_unittest.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2010 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. +// +// Unit test for SideStep. + +#include "ceee/testing/sidestep/integration.h" +#include "testing/gtest/include/gtest/gtest.h" + +TEST(SideStep, AllTests) { + EXPECT_TRUE(sidestep::UnitTests()); +} |