1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibTest: Explicitly export symbols

This commit is contained in:
ayeteadoe 2025-05-12 07:11:19 -07:00 committed by Andrew Kaster
parent 2194cbde4b
commit d35486cb74
Notes: github-actions[bot] 2025-05-16 19:24:56 +00:00
7 changed files with 33 additions and 25 deletions

View file

@ -11,6 +11,7 @@
#include <AK/Function.h>
#include <AK/Time.h>
#include <AK/Vector.h>
#include <LibTest/Export.h>
#include <LibTest/Macros.h>
#include <LibTest/Randomized/RandomnessSource.h>
#include <LibTest/TestCase.h>
@ -18,7 +19,7 @@
namespace Test {
class TestSuite {
class TEST_API TestSuite {
public:
static TestSuite& the()
{