summary refs log tree commit diff stats
path: root/tests/newconfig/tfoo.nims
blob: 90205cddbab3cd0529b95cc400fd6d174f93abb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mode = ScriptMode.Whatif

exec "gcc -v"

--forceBuild

task listDirs, "lists every subdirectory":
  for x in listDirs("."):
    echo "DIR ", x

task default, "default target":
  setCommand "c"