mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
coreos-devel/mantle: implement src_test
This commit is contained in:
parent
8b185bdeac
commit
4e72981d6a
@ -43,6 +43,10 @@ src_compile() {
|
||||
done
|
||||
}
|
||||
|
||||
src_test() {
|
||||
./test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
for cmd in cork kola ore plume; do
|
||||
dobin "${GOBIN}"/"${cmd}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user