[Bug 1547] 1.8.7 + master: "make check" is failing

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Tue Aug 1 21:50:12 CEST 2023


https://bugzilla.netfilter.org/show_bug.cgi?id=1547

Phil Sutter <phil at nwl.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |phil at nwl.cc
         Resolution|---                         |FIXED

--- Comment #4 from Phil Sutter <phil at nwl.cc> ---
(In reply to Tomasz Kłoczko from comment #3)
> `check' it is standard  GNU auuto tools target under which test suite
> execution is hooked.

That's correct, but extensions directory does not use automake, but instead
ships a GNUmakefile.in which has just enough bits to fit into the remaining
automake-based build system. I think the reason is the globbing-based detection
of extension files in there which does not fit nicely into a Makefile.am.

Anyway, things like these "standard targets" have to be implemented manually
into extensions/GNUmakefile.in, sadly.

The missing feature has been implemented meanwhile, though. Starting with
v1.8.9 you may just call 'sudo make check' (or without sudo, but it will skip
testsuites requiring root).

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230801/59988b36/attachment.html>


More information about the netfilter-buglog mailing list