mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-04 13:21:08 +02:00
Merge pull request #2095 from mischief/mantle-test
coreos-devel/mantle: implement src_test
This commit is contained in:
commit
f94db52b88
@ -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