Add placeholders for further testing (#10336)
* Fix comments in cmake test files * Add placeholder testspull/10340/head
parent
a321b050f5
commit
f3ebd8bb80
12 changed files with 60 additions and 3 deletions
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
# |
||||
# Build file to set up and run tests via CMake using shared libraries |
||||
|
||||
set -eux |
||||
|
||||
# TODO(mkruskal) Implement this. |
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -0,0 +1,4 @@ |
||||
@rem enter repo root |
||||
cd /d %~dp0\..\..\.. |
||||
|
||||
@rem TODO(mkruskal) Implement tests |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,4 @@ |
||||
@rem enter repo root |
||||
cd /d %~dp0\..\..\.. |
||||
|
||||
@rem TODO(mkruskal) Implement tests |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
Loading…
Reference in new issue