mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +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"); \
|
||||
TestSuite::the().main(___str(SuiteName), argc, argv); \
|
||||
TestSuite::release(); \
|
||||
return 0; \
|
||||
}
|
||||
|
||||
#define assertEqual(one, two) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue