replaced gtest + mockme with CPPUtest + subhook
Part 1
This commit is contained in:
parent
95af4ce0d8
commit
8709bcb465
284 changed files with 87 additions and 113526 deletions
6
platforms/platform-test-f4-ll/build_cpputest.sh
Executable file
6
platforms/platform-test-f4-ll/build_cpputest.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
SCRIPTDIR=$(readlink -f $(dirname "$0"))
|
||||
cd "$SCRIPTDIR"/cpputest/cpputest_build
|
||||
cmake -DCPPUTEST_C_FLAGS=-m32 -DCPPUTEST_CXX_FLAGS=-m32 -DCPPUTEST_LD_FLAGS=-m32 \
|
||||
-DC++11=ON -DTESTS=OFF -DCMAKE_INSTALL_PREFIX:PATH="$SCRIPTDIR"/cpputest_x86 ..
|
||||
make -j$(nproc) && make install
|
Loading…
Add table
Add a link
Reference in a new issue