1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Add googletest library and update makefiles

This commit is contained in:
Mike Long
2012-04-21 07:45:37 +01:00
parent 329b83f15a
commit 3c8beeaa58
12 changed files with 31280 additions and 15 deletions

View File

@@ -276,7 +276,8 @@ def output_c_and_cpp
include_guard {
output_constants
define_reset_fake
puts "#ifdef __cplusplus"
$cpp_output = true
yield
@@ -293,7 +294,6 @@ end
# lets generate!!
output_c_and_cpp{
define_reset_fake
define_call_history
define_return_sequence
output_cpp_reset_code if $cpp_output