mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Everywhere: Remove Serenity specific code from tests
We no longer run our tests on Serenity.
This commit is contained in:
parent
66662496e6
commit
23eba28c22
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/tcl3
Commit: 23eba28c22
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/427
11 changed files with 11 additions and 66 deletions
|
@ -7,11 +7,7 @@
|
|||
#include <LibGfx/Font/WOFF2/Font.h>
|
||||
#include <LibTest/TestCase.h>
|
||||
|
||||
#ifdef AK_OS_SERENITY
|
||||
# define TEST_INPUT(x) ("/usr/Tests/LibGfx/test-inputs/" x)
|
||||
#else
|
||||
# define TEST_INPUT(x) ("test-inputs/" x)
|
||||
#endif
|
||||
#define TEST_INPUT(x) ("test-inputs/" x)
|
||||
|
||||
TEST_CASE(tolerate_incorrect_sfnt_size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue