Skip to content

Commit

Permalink
Add dummy test that is used for easy caching
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jan 18, 2021
1 parent 69cf723 commit efd449a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Copyright 2020 Nathan (Blaise) Bruer. All rights reserved.
# Copyright 2020-2021 Nathan (Blaise) Bruer. All rights reserved.

genrule(
name = "dummy_test_sh",
outs = ["dummy_test.sh"],
cmd = "echo 'sleep .1' > \"$@\"",
)

sh_test(
name = "dummy_test",
srcs = [":dummy_test_sh"],
)

0 comments on commit efd449a

Please sign in to comment.