This commit is contained in:
Attila Body 2020-02-07 15:14:46 +01:00
parent efee956981
commit 5eb0e4bccc
3 changed files with 24 additions and 0 deletions

3
platforms/test/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
gtest_i386/
googletest/**/generated/

12
platforms/test/.gitrepo Normal file
View 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

View 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