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:
parent
2194cbde4b
commit
d35486cb74
Notes:
github-actions[bot]
2025-05-16 19:24:56 +00:00
Author: https://github.com/ayeteadoe
Commit: d35486cb74
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4698
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/R-Goc
7 changed files with 33 additions and 25 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue