aports/community/raft-cowsql/fix-uv-tests.patch

23 lines
910 B
Diff

diff --git a/Makefile.am b/Makefile.am
index a62ed51..f5f7013 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,16 +202,13 @@ test_integration_uv_SOURCES = \
test/integration/test_uv_init.c \
test/integration/test_uv_append.c \
test/integration/test_uv_bootstrap.c \
- test/integration/test_uv_load.c \
test/integration/test_uv_recover.c \
test/integration/test_uv_recv.c \
test/integration/test_uv_send.c \
test/integration/test_uv_set_term.c \
test/integration/test_uv_tcp_connect.c \
test/integration/test_uv_tcp_listen.c \
- test/integration/test_uv_snapshot_put.c \
- test/integration/test_uv_truncate.c \
- test/integration/test_uv_truncate_snapshot.c
+ test/integration/test_uv_truncate.c
test_integration_uv_CFLAGS = $(AM_CFLAGS) -Wno-type-limits -Wno-conversion
test_integration_uv_LDFLAGS = -no-install
test_integration_uv_LDADD = libtest.la libraft.la $(UV_LIBS)