parent
5d765fcc27
commit
5dfe81556b
3 changed files with 17 additions and 1 deletions
4
tests/testCommand/testsCWD/testing123.nimble
Normal file
4
tests/testCommand/testsCWD/testing123.nimble
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
version = "0.1.0"
|
||||
author = "John Doe"
|
||||
description = "Nimble Test"
|
||||
license = "BSD"
|
||||
2
tests/testCommand/testsCWD/tests/tcwd.nim
Normal file
2
tests/testCommand/testsCWD/tests/tcwd.nim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import os
|
||||
echo(getCurrentDir())
|
||||
Loading…
Add table
Add a link
Reference in a new issue