diff options
Diffstat (limited to 'tests/tools/compile/tdetect.nim')
-rw-r--r-- | tests/tools/compile/tdetect.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tools/compile/tdetect.nim b/tests/tools/compile/tdetect.nim new file mode 100644 index 000000000..253fc0d39 --- /dev/null +++ b/tests/tools/compile/tdetect.nim @@ -0,0 +1,5 @@ +discard """ + action: compile +""" + +include tools/detect/detect |