summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/newconfig/tconfigcheck.nims11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/newconfig/tconfigcheck.nims b/tests/newconfig/tconfigcheck.nims
new file mode 100644
index 000000000..2e12a0bda
--- /dev/null
+++ b/tests/newconfig/tconfigcheck.nims
@@ -0,0 +1,11 @@
+discard """
+  cmd: "nim check $file"
+"""
+
+mode = ScriptMode.Verbose
+proc build() =
+  echo "building nim... "
+  exec "sleep 10"
+  echo getCurrentDir()
+
+echo "hello"