Skip to content
Snippets Groups Projects
Commit ee45d9f9 authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

tests: move dynarray test to libknot...

...as dynarray itself had been moved from contrib
parent 929e2380
Branches
Tags
1 merge request!1443notify/retry
......@@ -550,7 +550,6 @@ tests-fuzz/main.c
tests/contrib/test_base32hex.c
tests/contrib/test_base64.c
tests/contrib/test_base64url.c
tests/contrib/test_dynarray.c
tests/contrib/test_heap.c
tests/contrib/test_net.c
tests/contrib/test_net_shortwrite.c
......@@ -613,6 +612,7 @@ tests/libknot/test_cookies.c
tests/libknot/test_db.c
tests/libknot/test_descriptor.c
tests/libknot/test_dname.c
tests/libknot/test_dynarray.c
tests/libknot/test_edns.c
tests/libknot/test_edns_ecs.c
tests/libknot/test_endian.c
......
......@@ -4,7 +4,6 @@
/contrib/test_base32hex
/contrib/test_base64
/contrib/test_base64url
/contrib/test_dynarray
/contrib/test_heap
/contrib/test_net
/contrib/test_net_shortwrite
......@@ -71,6 +70,7 @@
/libknot/test_db
/libknot/test_descriptor
/libknot/test_dname
/libknot/test_dynarray
/libknot/test_edns
/libknot/test_edns_ecs
/libknot/test_endian
......
......@@ -51,7 +51,6 @@ check_PROGRAMS = \
contrib/test_base32hex \
contrib/test_base64 \
contrib/test_base64url \
contrib/test_dynarray \
contrib/test_heap \
contrib/test_net \
contrib/test_net_shortwrite \
......@@ -140,6 +139,7 @@ check_PROGRAMS += \
libknot/test_db \
libknot/test_descriptor \
libknot/test_dname \
libknot/test_dynarray \
libknot/test_edns \
libknot/test_edns_ecs \
libknot/test_endian \
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment