index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
unity-build
/
unity.h
blob: 4a65a4bb7cc04cd2400d078e7af4c87258cb18e5 (
plain
)
1
2
3
4
5
6
7
#ifndef unity_h
#define unity_h
int
unity1
();
int
unity2
();
#endif