blob: 4d820af774e1ccf8170a5746e411443d8ffa5454 [file] [log] [blame]
Christopher Wileyf321efd2015-09-01 12:39:25 -07001#include <gtest/gtest.h>
2
3int main(int argc, char **argv) {
4 ::testing::InitGoogleTest(&argc, argv);
5 return RUN_ALL_TESTS();
6}