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