From: Maria Matejka Date: Fri, 10 Nov 2023 22:47:10 +0000 (+0100) Subject: Merge commit '980ef11016546ecd409a7f83b33a2f8f758ec926' into thread-next X-Git-Tag: v3.0.0~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6fd84c8f63bcef58e3dfb66210f2f192281701;p=thirdparty%2Fbird.git Merge commit '980ef11016546ecd409a7f83b33a2f8f758ec926' into thread-next --- 4c6fd84c8f63bcef58e3dfb66210f2f192281701 diff --cc lib/Makefile index 6ed778cc5,5a90e6b46..0762b606e --- a/lib/Makefile +++ b/lib/Makefile @@@ -2,6 -2,6 +2,6 @@@ src := a-path.c a-set.c bitmap.c bitops obj := $(src-o-files) $(all-daemon) - tests_src := a-set_test.c a-path_test.c bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c slab_test.c tlists_test.c type_test.c -tests_src := attribute_cleanup_test.c bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c slab_test.c ++tests_src := a-set_test.c a-path_test.c attribute_cleanup_test.c bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c slab_test.c tlists_test.c type_test.c tests_targets := $(tests_targets) $(tests-target-files) tests_objs := $(tests_objs) $(src-o-files)