mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
AK: TestSuite's main should return 0
This commit is contained in:
parent
9714e61d62
commit
54c6886108
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ using AK::TestSuite;
|
||||||
static_assert(compiletime_lenof(___str(SuiteName)) != 0, "Set SuiteName"); \
|
static_assert(compiletime_lenof(___str(SuiteName)) != 0, "Set SuiteName"); \
|
||||||
TestSuite::the().main(___str(SuiteName), argc, argv); \
|
TestSuite::the().main(___str(SuiteName), argc, argv); \
|
||||||
TestSuite::release(); \
|
TestSuite::release(); \
|
||||||
|
return 0; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define assertEqual(one, two) \
|
#define assertEqual(one, two) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue