Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7d89e28d59d1940457941ca93de77348b10212e3
/
.
/
tests
/
file_dependency_test.sh
blob: 60e5cec90676ef4be37d1a5730220e03328d73b8 [
file
] [
log
] [
blame
]
#!/bin/bash
fail
()
{
>&
2
echo
"$@"
exit
1
}
[[
-
a
"external/llvm_toolchain_llvm/bin/clang-format"
]]
||
fail
"bin/clang-format not found"
[[
-
a
"external/llvm_toolchain_llvm/lib/libc++.a"
]]
||
fail
"lib/libc++.a not found"
echo
"SUCCESS!"