From bc5313dc583cad9a3949bd798995ab1ee398ecf6 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sat, 13 Feb 2021 15:56:57 +0200 Subject: Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on the way. --- tests/internals/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/internals/Makefile.am') diff --git a/tests/internals/Makefile.am b/tests/internals/Makefile.am index 3e59f02..f0b86e6 100644 --- a/tests/internals/Makefile.am +++ b/tests/internals/Makefile.am @@ -1,7 +1,7 @@ noinst_HEADERS = test_common.h noinst_PROGRAMS = test_internals test_rate_limiter -test_internals_SOURCES = test_internals.c test_common.c $(top_srcdir)/src/misc.c +test_internals_SOURCES = test_internals.c test_common.c $(top_srcdir)/src/misc.c $(top_srcdir)/src/arena.c test_rate_limiter_SOURCES = test_rate_limiter.c test_common.c $(top_srcdir)/src/rate_limiter.c test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} -I. -I$(top_srcdir)/src -- cgit v1.2.3