From 00b1e5be1ce0d74541e371790e36a53146cb3b44 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 9 Sep 2016 12:15:46 -0500 Subject: Propose and implement unit test framework Enable use of GoogleTest and created a sample unit test case. Change-Id: Ie370745a32777d4ed81ee24145364029c8e7bf02 Signed-off-by: Matthew Barth --- sample.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sample.h (limited to 'sample.h') diff --git a/sample.h b/sample.h new file mode 100644 index 0000000..6ff3cf9 --- /dev/null +++ b/sample.h @@ -0,0 +1,6 @@ +#ifndef GTEST_SAMPLE +#define GTEST_SAMPLE + +int Factorial(int n); + +#endif -- cgit v1.2.1