aboutsummaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-01 15:50:33 -0300
committerEuAndreh <eu@euandre.org>2024-10-01 15:50:33 -0300
commitbf67f44cfbc551b644542e25b953566ee383d5bd (patch)
treeac36f31e50850bf1a11b79fc344b4d685fff469c /deps.mk
parenttests/golite.go: Enable slow tests (diff)
downloadgolite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.gz
golite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.xz
Turn example files into tests under tests/functional/
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
index e69de29..5f458e5 100644
--- a/deps.mk
+++ b/deps.mk
@@ -0,0 +1,23 @@
+functional-tests.go = \
+ tests/functional/extension.go \
+ tests/functional/json.go \
+ tests/functional/libbuild.go \
+ tests/functional/limit.go \
+
+functional-tests-butone.go = \
+ tests/functional/json.go \
+ tests/functional/libbuild.go \
+ tests/functional/limit.go \
+
+tests/functional/extension.a: tests/functional/extension.go
+tests/functional/json.a: tests/functional/json.go
+tests/functional/libbuild.a: tests/functional/libbuild.go
+tests/functional/limit.a: tests/functional/limit.go
+tests/functional/extension.bin: tests/functional/extension.a
+tests/functional/json.bin: tests/functional/json.a
+tests/functional/libbuild.bin: tests/functional/libbuild.a
+tests/functional/limit.bin: tests/functional/limit.a
+tests/functional/extension.bin-check: tests/functional/extension.bin
+tests/functional/json.bin-check: tests/functional/json.bin
+tests/functional/libbuild.bin-check: tests/functional/libbuild.bin
+tests/functional/limit.bin-check: tests/functional/limit.bin