mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -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
|
||||
}
|
||||
|
||||
src_test() {
|
||||
for file in tests/t*.nim; do
|
||||
enim --hints:off --threads:on r "${file}"
|
||||
done
|
||||
src_configure() {
|
||||
mynimargs=(
|
||||
--threads:on
|
||||
)
|
||||
nimble_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user