diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-03 14:17:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 08:17:55 +0200 |
commit | 61c1e35181206b4305b6f57662bd9b2524c0fef8 (patch) | |
tree | ef456f3c91e171b272d354157cea9c4f8b512569 /tests/tools/compile | |
parent | 270964c487e5347c61dade25bec903580483dda5 (diff) | |
download | Nim-61c1e35181206b4305b6f57662bd9b2524c0fef8.tar.gz |
close #14806 (#17626)
* close #14806 * tiny
Diffstat (limited to 'tests/tools/compile')
-rw-r--r-- | tests/tools/compile/config.nims | 1 | ||||
-rw-r--r-- | tests/tools/compile/readme.md | 1 | ||||
-rw-r--r-- | tests/tools/compile/tdeps.nim | 5 | ||||
-rw-r--r-- | tests/tools/compile/tdetect.nim | 5 |
4 files changed, 12 insertions, 0 deletions
diff --git a/tests/tools/compile/config.nims b/tests/tools/compile/config.nims new file mode 100644 index 000000000..a19545668 --- /dev/null +++ b/tests/tools/compile/config.nims @@ -0,0 +1 @@ +switch("path", "$lib/../") \ No newline at end of file diff --git a/tests/tools/compile/readme.md b/tests/tools/compile/readme.md new file mode 100644 index 000000000..cb5058e02 --- /dev/null +++ b/tests/tools/compile/readme.md @@ -0,0 +1 @@ +Test whether the tools compile. \ No newline at end of file diff --git a/tests/tools/compile/tdeps.nim b/tests/tools/compile/tdeps.nim new file mode 100644 index 000000000..971ca1b8e --- /dev/null +++ b/tests/tools/compile/tdeps.nim @@ -0,0 +1,5 @@ +discard """ + action: compile +""" + +include tools/deps 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 |