mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 23:23:02 +01:00
chore: Add a bazel test that calls toxic with --help
.
This way we at least know it doesn't crash on load. Some code runs. We'll want some real tests at some point, but this ensures *something* works.
This commit is contained in:
parent
af70c3d660
commit
f39da4d7f2
@ -39,3 +39,9 @@ cc_binary(
|
|||||||
"//tools/config:osx": [],
|
"//tools/config:osx": [],
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
sh_test(
|
||||||
|
name = "toxic_test",
|
||||||
|
srcs = [":toxic"],
|
||||||
|
args = ["--help"],
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user