troglobit / mdnsd

Jeremie Miller's original mdnsd
BSD 3-Clause "New" or "Revised" License
55 stars 35 forks source link

Troubleshoot running single tests #66

Open troglobit opened 1 year ago

troglobit commented 1 year ago

As discussed in #54, running single tests works a bit sketchy at the moment.

  1. Works (all tests):

    make check
  2. Works (single test):

    cd test/
    unshare -mrun ./discover.sh
    1. Works (single test):

      make check TESTS=addr

    2. Does not work:

      make check TESTS=discover.sh

fzs commented 1 year ago

Quick question: isn't version 0.11 already released?

troglobit commented 1 year ago

Ah, thanks for pointing it out! I'd forgotten to close the milestone.