mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
3e7ffddf2f
Now that the test is split, it doesn't make sense to have the directory anymore. It also helps with shortening paths.
9 lines
71 B
C++
9 lines
71 B
C++
#include "unity.h"
|
|
|
|
#define DETECT_UNITY
|
|
|
|
int unity1()
|
|
{
|
|
return 0;
|
|
}
|