aboutsummaryrefslogtreecommitdiff
path: root/tests/rules/lib1.sh
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:14:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:14:55 +0000
commitba7b118f2062243799d6f471987b1adbfb7688f1 (patch)
tree74393ec5dcc68491e5308c0f4d3bdc3fa1f58fcb /tests/rules/lib1.sh
parent479e50d33ff6852449772ace5d54f9658dddf71e (diff)
parent92c1d863d4d44c61c934ddbb4392fcf3527f0639 (diff)
downloadbazel-da60b7ec55f7176612b5754bb0e7f9f364ec4434.tar.gz
Change-Id: Ie99b68154c3c7a96fa0ba229141e6d56d322d456
Diffstat (limited to 'tests/rules/lib1.sh')
-rwxr-xr-xtests/rules/lib1.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rules/lib1.sh b/tests/rules/lib1.sh
new file mode 100755
index 00000000..d2fa335a
--- /dev/null
+++ b/tests/rules/lib1.sh
@@ -0,0 +1,3 @@
+function lib1() {
+ echo lib1
+}