mirror of
https://github.com/status-im/nim-json-serialization.git
synced 2025-02-20 13:58:29 +00:00
*.nimble: remove import
This commit is contained in:
parent
cbec44d339
commit
0bf9b6ed78
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
nimcache
|
||||||
|
|
@ -11,11 +11,11 @@ requires "nim >= 0.17.0",
|
|||||||
"serialization",
|
"serialization",
|
||||||
"std_shims"
|
"std_shims"
|
||||||
|
|
||||||
import ospaths, strutils
|
|
||||||
|
|
||||||
task test, "Run tests":
|
task test, "Run tests":
|
||||||
for filename in listFiles("tests"):
|
for filename in [
|
||||||
if filename.startsWith("tests" / "test_") and filename.endsWith(".nim"):
|
"test_lexer",
|
||||||
exec "nim c -r " & filename
|
"test_serialization",
|
||||||
rmFile filename[0..^5]
|
]:
|
||||||
|
exec "nim c -r tests/" & filename
|
||||||
|
rmFile "tests/" & filename
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user