summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-27 08:45:14 +0200
committerAraq <rumpf_a@web.de>2013-09-27 08:45:14 +0200
commit2f0671eb795192b079402e452a229e51a7ca990f (patch)
treec3021a0d31c99549c4241f6e439948aa29b2f349 /tests
parenta0b82db40229620a29726fa33a4358db2f5fcd44 (diff)
downloadNim-2f0671eb795192b079402e452a229e51a7ca990f.tar.gz
examples from the talk part of test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/tester.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tester.nim b/tests/tester.nim
index e10b89761..fe21fc9ee 100644
--- a/tests/tester.nim
+++ b/tests/tester.nim
@@ -402,6 +402,7 @@ proc main() =
     compileExample(r, "lib/pure/*.nim", p.cmdLineRest.string)
     compileExample(r, "examples/*.nim", p.cmdLineRest.string)
     compileExample(r, "examples/gtk/*.nim", p.cmdLineRest.string)
+    compileExample(r, "examples/talk/*.nim", p.cmdLineRest.string)
     compileSpecialTests(r, p.cmdLineRest.string)
     writeResults(compileJson, r)
   of "run":