1 /* -*- mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2 * vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
4 * Copyright (C) 2010 Monty Taylor
8 * Use and distribution licensed under the BSD license. See
9 * the COPYING file in the parent directory for full text.
14 #include <gtest/gtest.h>
17 int main(int argc
, char **argv
)
19 ::testing::InitGoogleTest(&argc
, argv
);
20 return RUN_ALL_TESTS();