mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
|
void test_unity_functions();
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
test_unity_functions();
|
|
return 0;
|
|
}
|