let it be so

This commit is contained in:
Motiejus Jakštys
2022-10-19 11:35:55 +03:00
commit 64a3ef606e
8 changed files with 171 additions and 0 deletions

9
BUILD Normal file
View File

@@ -0,0 +1,9 @@
NTESTS=96
[
cc_binary(
name = "zigzag-{}".format(i),
srcs = ["main.c"],
copts = ["-DZIGZAG={}".format(i)],
) for i in range(NTESTS)
]