Files
gtk/testsuite
Benjamin Otte 2a7e4ae7f6 testsuite: Don't pretend we're a GTest
This is a meson test, not a GTest thing. So:

- Use g_print(), not g_test_message
That makes meson test --verbose print the actual log messsages.

- Don't g_assert() all the time
Instead, run tests through to the end and just return a non-0 exit
status.
2019-04-23 17:09:14 +02:00
..
2018-03-18 05:57:07 +01:00
2019-04-18 02:28:42 +02:00
2019-04-20 02:28:46 +00:00