mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
Rename mock_main to deno_cc
This commit is contained in:
parent
06a28998ea
commit
131e0ce4c7
3 changed files with 4 additions and 4 deletions
|
@ -42,9 +42,9 @@ install:
|
||||||
- gn args $BUILD_PATH --list
|
- gn args $BUILD_PATH --list
|
||||||
- ccache -s
|
- ccache -s
|
||||||
# Travis hangs without -j2 argument to ninja.
|
# Travis hangs without -j2 argument to ninja.
|
||||||
- ninja -j2 -C $BUILD_PATH mock_runtime_test mock_main deno
|
- ninja -j2 -C $BUILD_PATH mock_runtime_test deno_cc deno
|
||||||
script:
|
script:
|
||||||
- $BUILD_PATH/mock_runtime_test
|
- $BUILD_PATH/mock_runtime_test
|
||||||
- $BUILD_PATH/mock_main foo bar
|
- $BUILD_PATH/deno_cc foo bar
|
||||||
- $BUILD_PATH/deno meow
|
- $BUILD_PATH/deno meow
|
||||||
- ./tools/lint.sh
|
- ./tools/lint.sh
|
||||||
|
|
4
BUILD.gn
4
BUILD.gn
|
@ -26,9 +26,9 @@ rust_library("libc") {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
executable("mock_main") {
|
executable("deno_cc") {
|
||||||
sources = [
|
sources = [
|
||||||
"src/mock_main.cc",
|
"src/main.cc",
|
||||||
]
|
]
|
||||||
deps = [
|
deps = [
|
||||||
":flatbufferjs",
|
":flatbufferjs",
|
||||||
|
|
Loading…
Add table
Reference in a new issue