Testing, adding to sample4 unittest
This commit is contained in:
9
mybuild/googlemock/gmock.pc
Normal file
9
mybuild/googlemock/gmock.pc
Normal file
@@ -0,0 +1,9 @@
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: gmock
|
||||
Description: GoogleMock (without main() function)
|
||||
Version: 1.9.0
|
||||
URL: https://github.com/google/googletest
|
||||
Libs: -L${libdir} -lgmock -pthread
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread
|
||||
9
mybuild/googlemock/gmock_main.pc
Normal file
9
mybuild/googlemock/gmock_main.pc
Normal file
@@ -0,0 +1,9 @@
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: gmock_main
|
||||
Description: GoogleMock (with main() function)
|
||||
Version: 1.9.0
|
||||
URL: https://github.com/google/googletest
|
||||
Libs: -L${libdir} -lgmock_main -pthread
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread
|
||||
9
mybuild/googlemock/gtest/gtest.pc
Normal file
9
mybuild/googlemock/gtest/gtest.pc
Normal file
@@ -0,0 +1,9 @@
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: gtest
|
||||
Description: GoogleTest (without main() function)
|
||||
Version: 1.9.0
|
||||
URL: https://github.com/google/googletest
|
||||
Libs: -L${libdir} -lgtest -pthread
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread
|
||||
10
mybuild/googlemock/gtest/gtest_main.pc
Normal file
10
mybuild/googlemock/gtest/gtest_main.pc
Normal file
@@ -0,0 +1,10 @@
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: gtest_main
|
||||
Description: GoogleTest (with main() function)
|
||||
Version: 1.9.0
|
||||
URL: https://github.com/google/googletest
|
||||
Requires: gtest
|
||||
Libs: -L${libdir} -lgtest_main -pthread
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread
|
||||
BIN
mybuild/googlemock/gtest/libgtest.a
Normal file
BIN
mybuild/googlemock/gtest/libgtest.a
Normal file
Binary file not shown.
BIN
mybuild/googlemock/gtest/libgtest_main.a
Normal file
BIN
mybuild/googlemock/gtest/libgtest_main.a
Normal file
Binary file not shown.
BIN
mybuild/googlemock/gtest/sample4_unittest
Executable file
BIN
mybuild/googlemock/gtest/sample4_unittest
Executable file
Binary file not shown.
Reference in New Issue
Block a user