From 9f3f366deec411675cc21c2fceaa7ac090d03a4c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Sep 2018 14:24:03 +0200 Subject: Remove project.tests, always use tests subdir --- examples/hello_world_c_zig/project.conf | 5 +---- examples/hello_world_cpp/project.conf | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'examples') 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"] diff --git a/examples/hello_world_cpp/project.conf b/examples/hello_world_cpp/project.conf index 4c05ce5..78ed870 100644 --- a/examples/hello_world_cpp/project.conf +++ b/examples/hello_world_cpp/project.conf @@ -3,4 +3,3 @@ name = "hello_world" type = "executable" version = "0.1.0" platforms = ["any"] -tests = "tests" -- cgit v1.2.3