Gimp/app/tests
Alx Sa 0cb00e6c5b app/tests: Fix build warning on Windows
A GLogLevelFlags fatal_mask variable was
created inside an #if defined (G_OS_WIN32)
block, below a function call to
gimp_test_utils_set_gimp3_directory (). This
resulted in build warnings on Windows:
"ISO C90 forbids mixing declarations and code"
This patch adds another #if defined (G_OS_WIN32)
at the top and moves the variable declaration there.
2025-10-10 01:01:47 +00:00
..
files Remove autotools 2023-05-27 00:03:52 +02:00
gimpdir Remove autotools 2023-05-27 00:03:52 +02:00
gimpdir-empty Remove autotools 2023-05-27 00:03:52 +02:00
gimp-app-test-utils.c app/tests: use gtk_test_widget_send_key instead of gdk_test_simulate_key 2024-12-09 22:00:11 +01:00
gimp-app-test-utils.h
gimp-test-session-utils.c tests: fix #10694 test suite fails due to use of g_assert 2024-01-26 13:44:30 -05:00
gimp-test-session-utils.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
manual-testcases.txt
meson.build app: Port from appstream-glib to appstream 2025-08-04 18:56:42 +00:00
test-core.c Issue #3015: Space invasion: Using Levels Pick white point for all… 2024-10-29 00:27:22 +01:00
test-gimpidtable.c tests: fix #10694 test suite fails due to use of g_assert 2024-01-26 13:44:30 -05:00
test-save-and-export.c Issue #14759: link layers (of vector files) initial dimensions will fill… 2025-08-28 23:13:03 +02:00
test-session-2-8-compatibility-multi-window.c
test-session-2-8-compatibility-single-window.c
test-single-window-mode.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-tools.c app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
test-ui.c app: remove a bunch of useless, disabled tests. 2025-07-07 16:09:53 +02:00
test-xcf.c app, pdb: "Add Layer Mask" dialog asks whether to edit mask immediately. 2025-09-22 22:04:32 +02:00
tests.c app/tests: Fix build warning on Windows 2025-10-10 01:01:47 +00:00
tests.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00