WIP
This commit is contained in:
parent
efee956981
commit
5eb0e4bccc
3 changed files with 24 additions and 0 deletions
3
platforms/test/.gitignore
vendored
Normal file
3
platforms/test/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
gtest_i386/
|
||||
googletest/**/generated/
|
||||
|
12
platforms/test/.gitrepo
Normal file
12
platforms/test/.gitrepo
Normal file
|
@ -0,0 +1,12 @@
|
|||
; DO NOT EDIT (unless you know what you are doing)
|
||||
;
|
||||
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||
;
|
||||
[subrepo]
|
||||
remote = git@10.183.3.92:mississippi/mississippi-mcu-platform-x86_gtest.git
|
||||
branch = master
|
||||
commit = 71472440d8296fe81d0891a972d6677288c64590
|
||||
parent = 24552e91a4f68cd15d944c09c2a7a8d7d7e2183c
|
||||
method = merge
|
||||
cmdver = 0.4.0
|
9
platforms/test/build-googletest.sh
Executable file
9
platforms/test/build-googletest.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -x
|
||||
SCRIPTDIR=$(dirname "$0")
|
||||
OUTDIR="$1"
|
||||
cd "$SCRIPTDIR"/googletest
|
||||
cmake -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_INSTALL_PREFIX:PATH="../$OUTDIR" .
|
||||
make -j8 && make install
|
||||
rm install_manifest.txt
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue