Files
Nim/tests/newconfig/tfoo.nims
Andreas Rumpf 242fb3240f fixes #5228
2017-03-18 13:59:35 +01:00

25 lines
397 B
Nim

mode = ScriptMode.Whatif
exec "gcc -v"
# test that ospaths actually compiles:
import ospaths
--forceBuild
--path: "../friends"
warning("uninit", off)
hint("processing", off)
#--verbosity:2
patchFile("stdlib", "math", "mymath")
task listDirs, "lists every subdirectory":
for x in listDirs("."):
echo "DIR ", x
task default, "default target":
--define: definedefine
setCommand "c"