aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index ca56d53..d2545b1 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,6 @@ derived-assets = \
tests/main.bin \
$(functional-tests.a) \
$(functional-tests.bin) \
- tests/functional/streq.so \
$(fuzz-targets.a) \
$(fuzz-targets.bin) \
$(benchmarks.a) \
@@ -127,16 +126,9 @@ $(fuzz-targets.a):
$(functional-tests.bin) $(fuzz-targets.bin) $(benchmarks.bin):
go tool link $(GOLDFLAGS) -o $@ -L src --extldflags '$(LDLIBS)' $*.a
-tests/functional/streq.so: tests/functional/streq.c
- $(CC) $(CFLAGS) $(LDFLAGS) -fPIC --shared -o $@ $*.c
-
-tests/functional/extension.bin-check: tests/functional/streq.so
- LD_LIBRARY_PATH=$(@D) $(EXEC)$*.bin
-
-functional-tests.bin-check = $(functional-tests-butone.go:.go=.bin-check)
-
+functional-tests.bin-check = $(functional-tests.go:.go=.bin-check)
tests.bin-check = \
tests/main.bin-check \
$(functional-tests.bin-check) \
@@ -146,7 +138,6 @@ $(tests.bin-check):
$(EXEC)$*.bin
check-unit: $(tests.bin-check)
-check-unit: tests/functional/extension.bin-check
integration-tests = \