aboutsummaryrefslogtreecommitdiff
path: root/test/incremental/move_src
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2024-09-25 20:21:27 +0100
committermlugg <mlugg@mlugg.co.uk>2024-09-25 20:39:31 +0100
commit054dbb6798bd81cbea809999b2fdffc1b59e5ca3 (patch)
treedd07ce8a033b77471bad19011d6e0c5059f531b3 /test/incremental/move_src
parent1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8 (diff)
downloadzig-054dbb6798bd81cbea809999b2fdffc1b59e5ca3.tar.gz
zig-054dbb6798bd81cbea809999b2fdffc1b59e5ca3.zip
incr-check: specify backend in manifest, allow multiple targets/backends
Diffstat (limited to 'test/incremental/move_src')
-rw-r--r--test/incremental/move_src3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/incremental/move_src b/test/incremental/move_src
index 8313bdfac2..8a3a24a269 100644
--- a/test/incremental/move_src
+++ b/test/incremental/move_src
@@ -1,4 +1,5 @@
-#target=x86_64-linux
+#target=x86_64-linux-selfhosted
+#target=x86_64-linux-cbe
#update=initial version
#file=main.zig
const std = @import("std");