mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
12 lines
350 B
Nim
12 lines
350 B
Nim
discard """
|
|
cmd: "nim doc --doccmd:-d:testFooExternal --hints:off $file"
|
|
action: "compile"
|
|
joinable: false
|
|
"""
|
|
|
|
# pending bug #18077, merge back inside trunnableexamples.nim
|
|
when true: # runnableExamples with rdoccmd
|
|
runnableExamples "-d:testFoo -d:testBar":
|
|
doAssert defined(testFoo) and defined(testBar)
|
|
doAssert defined(testFooExternal)
|