From b11161a7ffab99f5415e4136ce9ddd0bf6e1fa76 Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Thu, 15 Mar 2012 11:30:13 -0500 Subject: Dummy commit on 'no rule' err. --- test/test-gtest.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/test-gtest.cpp (limited to 'test/test-gtest.cpp') diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp new file mode 100644 index 0000000..739a5c8 --- /dev/null +++ b/test/test-gtest.cpp @@ -0,0 +1,13 @@ + +#include +#include + + + + +int +main (int argc, char ** argv) +{ + printf("oheck\n"); + return 0; +} -- cgit v1.2.3