MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / main

Function main

test/test_BitmapWidget/TestBitmapWidget.cpp:86–96  ·  view source on GitHub ↗

* Main entry point * * @param[in] argc Number of command line arguments * @param[in] argv Command line arguments */

Source from the content-addressed store, hash-verified

84 * @param[in] argv Command line arguments
85 */
86extern int main(int argc, char **argv)
87{
88 UTIL_NOT_USED(argc);
89 UTIL_NOT_USED(argv);
90
91 UNITY_BEGIN();
92
93 RUN_TEST(testBitmapWidget);
94
95 return UNITY_END();
96}
97
98/**
99 * Setup a test. This function will be called before every test by unity.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected