mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
Now that the test is split, it doesn't make sense to have the directory anymore. It also helps with shortening paths.
8 lines
69 B
C
8 lines
69 B
C
#ifndef unity_h
|
|
#define unity_h
|
|
|
|
int unity1();
|
|
int unity2();
|
|
|
|
#endif
|