virt-viewer/tests
Daniel P. Berrangé 041857e677 tests: ensure compiler knows the argv[0] is non-NULL
../tests/redirect-test.c
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h: In function 'WinMain':
../../tests/redirect-test.c:318:5: error: '%s' directive argument is null [-Werror=format-overflow=]
  318 |     fprintf(log_f, "argc %d argv[0] %s \n", argc, argv[0]);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tests/redirect-test.c:318:5: error: '%s' directive argument is null [-Werror=format-overflow=]

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2021-01-22 16:14:40 +00:00
..
Makefile.am Add tests for monitor alignment 2016-06-20 17:08:22 +02:00
redirect-test.c tests: ensure compiler knows the argv[0] is non-NULL 2021-01-22 16:14:40 +00:00
test-hotkeys.c tests: hotkeys: add zoom hotkeys 2021-01-05 11:06:19 +02:00
test-monitor-alignment.c monitor-alignment: Do not crash on NULL display 2016-06-20 17:08:28 +02:00
test-monitor-mapping.c tests: improvements to monitor-mapping test 2017-04-11 15:20:14 -05:00
test-version-compare.c Move tests under /tests directory 2016-03-14 16:36:37 +01:00