On 05/29/2018 05:47 PM, Gisle Vanem wrote: > Tim Rühsen wrote: > >> I just merged another branch into master, this issue seemed to be fixed >> in there. Please try again latest master. > > Thanks, unit-test.exe works fine now. > > BTW. Why 2 versions of these macros: > 'mu_assert()' and 'mu_run_test()'? > > Or even 2 files with exactly the content: > src/test.h + tests/unit-tests.h.
Maybe a remnant in your directory ?
Here, I only have:
$ grep mu_ */*.h
tests/unit-tests.h:#define mu_assert(message, test) do { if (!(test))
return message; } while (0)
tests/unit-tests.h:#define mu_run_test(test) \
Regards, Tim
signature.asc
Description: OpenPGP digital signature
