On Sat, Nov 28, 2015 at 10:26 AM, jan iversen <[email protected]> wrote: > Can someone please tell what is the difference between: > "make test" and > "make check" > > I could not find a description of the make options in our wiki (maybe they > are just hidden).
"test" is a toplevel module in LibreOffice source tree. Its README says it is a test harness code for C++ unit testing. "make test" builds this toplevel module. "make check" will first do a full build, then run all the subsequent tests. Regards, Andras _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
