aboutsummaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deps.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps.mk b/deps.mk
index b2b43fe..8818497 100644
--- a/deps.mk
+++ b/deps.mk
@@ -1,10 +1,4 @@
-functional-tests-butone.go = \
- tests/functional/json.go \
- tests/functional/libbuild.go \
- tests/functional/limit.go \
-
functional-tests.go = \
- tests/functional/extension.go \
tests/functional/json.go \
tests/functional/libbuild.go \
tests/functional/limit.go \
@@ -18,21 +12,18 @@ benchmarks.go = \
tests/benchmarks/exec.a: tests/benchmarks/exec.go
tests/benchmarks/query.a: tests/benchmarks/query.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/fuzz/api.a: tests/fuzz/api.go
tests/benchmarks/exec.bin: tests/benchmarks/exec.a
tests/benchmarks/query.bin: tests/benchmarks/query.a
-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/fuzz/api.bin: tests/fuzz/api.a
tests/benchmarks/exec.bin-check: tests/benchmarks/exec.bin
tests/benchmarks/query.bin-check: tests/benchmarks/query.bin
-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