Rename test_cpppath -> test_gtest_include
This commit is contained in:
parent
98e1fdd4fb
commit
42baed281a
1 changed files with 2 additions and 2 deletions
|
@ -142,10 +142,10 @@ release_env = create_env('release', [src_dir], {
|
||||||
})
|
})
|
||||||
|
|
||||||
test_gtest_dir = Dir('#lib/gtest')
|
test_gtest_dir = Dir('#lib/gtest')
|
||||||
test_cpppath = test_gtest_dir.Dir('include')
|
test_gtest_include = test_gtest_dir.Dir('include')
|
||||||
test_env = create_env('test', [src_dir, test_dir, test_gtest_dir], {
|
test_env = create_env('test', [src_dir, test_dir, test_gtest_dir], {
|
||||||
'CPPDEFINES': ['DEBUG'],
|
'CPPDEFINES': ['DEBUG'],
|
||||||
'CPPPATH': [test_cpppath],
|
'CPPPATH': [test_gtest_include],
|
||||||
'LIBPATH': [test_gtest_dir],
|
'LIBPATH': [test_gtest_dir],
|
||||||
'CFLAGS': debug_cflags,
|
'CFLAGS': debug_cflags,
|
||||||
'CXXFLAGS': debug_cflags,
|
'CXXFLAGS': debug_cflags,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue