Closed ctrlcctrlv closed 2 years ago
This code was implemented in 2013 to avoid importing testsuite which was neither stable or usable on some platforms. Basically, it's testsuite-lite, without having to include testsuite. It is based on other code that used similar techniques (back then in 2013).
Fewer dependencies allowed libspiro to have a better chance of compiling on more platforms.
make check
should still be documented even if make test
is not removed. make test
maybe should output a warning that it does nothing intentionally
TODO - add make check and maybe make distcheck to README/README.md
code removed for "make test:" done.
New release. Closing issue as done.
For some reason,
Makefile.am
contains a reference tomake test
:https://github.com/fontforge/libspiro/blob/84ce4dfd24f0e3ee83589bbfb02723dff5c03414/Makefile.am#L43-L44
This does nothing. Eventually I determined
make check
was the proper command; this should probably be documented. :smile: