aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_world_c_zig
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-29 14:24:03 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit9f3f366deec411675cc21c2fceaa7ac090d03a4c (patch)
tree73fca6219c7f9f460e4129f91b2255e502a70fe8 /examples/hello_world_c_zig
parentba960a24615b39a4e145b7286afe0f1b5047020a (diff)
Remove project.tests, always use tests subdir
Diffstat (limited to 'examples/hello_world_c_zig')
-rw-r--r--examples/hello_world_c_zig/project.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/hello_world_c_zig/project.conf b/examples/hello_world_c_zig/project.conf
index fa006cd..da589b2 100644
--- a/examples/hello_world_c_zig/project.conf
+++ b/examples/hello_world_c_zig/project.conf
@@ -2,7 +2,4 @@
name = "hello_world_c_zig"
type = "executable"
version = "0.1.0"
-platforms = ["linux64"]
-tests = "tests"
-
-[dependencies]
+platforms = ["any"]