diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-05 02:03:12 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-05-01 00:56:42 +0200 |
commit | fcfec5c1bc9e786ab240f4b8d198b2e8ea15a9d5 (patch) | |
tree | 5efca97e0dac316d2702cafdfaf67900687c4bd2 /test | |
parent | caa7c4a4bebae237ceaf7f4a8badaf10c5c680e7 (diff) |
Move a_Misc_parse_content_disposition() to misc.h
For now it allows building the unit test without linking problems. A
more long-term solution is to split the code into separate modules that
can be tested more easily.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 224ea5ba..9e0407f9 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -32,11 +32,9 @@ containers_LDADD = \ $(top_builddir)/lout/liblout.a \ $(top_builddir)/dlib/libDlib.a disposition_SOURCES = \ - $(top_srcdir)/src/misc.c \ disposition.c disposition_LDADD = \ $(top_builddir)/dlib/libDlib.a -disposition_CFLAGS = -flto notsosimplevector_SOURCES = notsosimplevector.cc identity_SOURCES = identity.cc identity_LDADD = \ |