mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
7 lines
120 B
Bash
Executable file
7 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
bazel run //:write_source_file_root-test
|
|
[ -e test-out/dist/write_source_file_root-test/test.txt ]
|