aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2023-06-21 21:50:35 +0200
committerJan200101 <sentrycraft123@gmail.com>2023-06-21 21:51:07 +0200
commitf74285b3be58f0282fcdfeab4345660b6f5d35e5 (patch)
treeeb6d839c347f254cd37366297bcb19d9ba6aab8e /test/standalone.zig
parent1864ba2cccea8452c319bf2cb9787ecb41d44a34 (diff)
downloadzig-f74285b3be58f0282fcdfeab4345660b6f5d35e5.tar.gz
zig-f74285b3be58f0282fcdfeab4345660b6f5d35e5.zip
test: add standalone test for cmakedefine
Diffstat (limited to 'test/standalone.zig')
-rw-r--r--test/standalone.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/standalone.zig b/test/standalone.zig
index a055da9761..b15e5f7033 100644
--- a/test/standalone.zig
+++ b/test/standalone.zig
@@ -226,6 +226,10 @@ pub const build_cases = [_]BuildCase{
.build_root = "test/standalone/strip_empty_loop",
.import = @import("standalone/strip_empty_loop/build.zig"),
},
+ .{
+ .build_root = "test/standalone/cmakedefine",
+ .import = @import("standalone/cmakedefine/build.zig"),
+ },
};
const std = @import("std");