aboutsummaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-22 12:34:24 -0300
committerEuAndreh <eu@euandre.org>2025-01-22 12:41:41 -0300
commitc1d151f5c09b718b521c858c223cd4243927f0c0 (patch)
tree0667d922a227a6d9977cf282100a439844f31da3 /deps.mk
parentUnify code into default repo format (diff)
downloadstm-c1d151f5c09b718b521c858c223cd4243927f0c0.tar.gz
stm-c1d151f5c09b718b521c858c223cd4243927f0c0.tar.xz
WIP: Turn cmd/santa-example into functional test
Diffstat (limited to '')
-rw-r--r--deps.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
index cdfb946..21591c7 100644
--- a/deps.mk
+++ b/deps.mk
@@ -1,13 +1,17 @@
libs.go = \
src/stm.go \
+ tests/functional/santa-claus/stm.go \
tests/stm.go \
mains.go = \
+ tests/functional/santa-claus/main.go \
tests/main.go \
functional-tests/lib.go = \
+ tests/functional/santa-claus/stm.go \
functional-tests/main.go = \
+ tests/functional/santa-claus/main.go \
fuzz-targets/lib.go = \
@@ -18,8 +22,13 @@ benchmarks/lib.go = \
benchmarks/main.go = \
src/stm.a: src/stm.go
+tests/functional/santa-claus/main.a: tests/functional/santa-claus/main.go
+tests/functional/santa-claus/stm.a: tests/functional/santa-claus/stm.go
tests/main.a: tests/main.go
tests/stm.a: tests/stm.go
+tests/functional/santa-claus/main.bin: tests/functional/santa-claus/main.a
tests/main.bin: tests/main.a
+tests/functional/santa-claus/main.bin-check: tests/functional/santa-claus/main.bin
tests/main.bin-check: tests/main.bin
+tests/functional/santa-claus/main.a: tests/functional/santa-claus/$(NAME).a
tests/main.a: tests/$(NAME).a