legacy-imlib2/test
Kim Woelders ac1d4b0520 Deal consistently with including Imlib2.h
- Always include config.h before Imlib2.h
  Needed for X_DISPLAY_MISSING.
- Always include config.h and Imlib2.h first
  Should make it more likely to spot stuff missing but required
  in Imlib2.h, like stddef.h.
  gtest.h apparently must be included before X headers though.
- Make sure we use the Imlib2.h here and not the one in /usr/include

Also ensure that the tests build when building without X.
2022-03-03 07:35:39 +01:00
..
images test: Add basic heif loader check 2022-01-29 19:59:47 +01:00
.gitignore test: Move generated image files out of source dir 2022-01-18 20:40:59 +01:00
Makefile.am Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test.cpp test: Merge common stuff 2022-02-06 13:07:47 +01:00
test.h test: Merge common stuff 2022-02-06 13:07:47 +01:00
test_context.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_file.cpp test: Merge common stuff 2022-02-06 13:07:47 +01:00
test_grab.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_load.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_load_2.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_rotate.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_save.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_scale.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00