summaryrefslogtreecommitdiff
path: root/Userland/Tests/LibGfx/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-04LibGfx: Add benchmarks for line drawing and rectangle fillingOleg Sikorskiy
2021-02-01Tests: Add Tests/LibGfx/image-decoder testsBrendan Coles
2021-01-15Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new testsBrendan Coles