mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-nim/sync: drop custom src_test
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -22,8 +22,9 @@ src_prepare() {
|
|||||||
rm tests/tspsc1.nim || die
|
rm tests/tspsc1.nim || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_configure() {
|
||||||
for file in tests/t*.nim; do
|
mynimargs=(
|
||||||
enim --hints:off --threads:on r "${file}"
|
--threads:on
|
||||||
done
|
)
|
||||||
|
nimble_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user