From bf67f44cfbc551b644542e25b953566ee383d5bd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 1 Oct 2024 15:50:33 -0300 Subject: Turn example files into tests under tests/functional/ --- deps.mk | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'deps.mk') 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 -- cgit v1.2.3