[GNC-dev] Unable to run test on mac os.

John Ralls jralls at ceridwen.us
Sun Mar 22 18:32:16 EDT 2020



> On Mar 22, 2020, at 2:53 PM, jean <ripngo at gmail.com> wrote:
> 
> The RUN_TEST target runs the tests successfully except for 3:
> 
> Showing Recent Messages
> The following tests FAILED:
> 	 10 - test-app-utils (Failed)
> 	 68 - test-load-c (Failed)
> 	 71 - test-agedver (Failed)
> 
> So with the kludge of copying *.a files to the right location, I'm able to run all but 3 tests.
> J.

When building from the command line cmake's test runner puts the output from all of the tests in the builddir/Testing/Temporary/LastTest.log. Xcode should either write a similar file or put the test results in an error log that you can view in the GUI.

Regards,
John Ralls



More information about the gnucash-devel mailing list