mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
6b9b57be22
git-subtree-dir: tests/unity git-subtree-split: 1782bab0bacd349a45bc215ff91f082912cd7a64
13 lines
221 B
C
13 lines
221 B
C
#include "unity_fixture.h"
|
|
|
|
static void RunAllTests(void)
|
|
{
|
|
RUN_TEST_GROUP(ProductionCode);
|
|
RUN_TEST_GROUP(ProductionCode2);
|
|
}
|
|
|
|
int main(int argc, const char * argv[])
|
|
{
|
|
return UnityMain(argc, argv, RunAllTests);
|
|
}
|