mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
5872cc7c1f
We create a new CMakeLibTests driver executable in which to writes unit tests for CMakeLib. Our first test is a smoke-test of cmXMLParser.
7 lines
105 B
C
7 lines
105 B
C
#ifndef testXMLParser_h
|
|
#define testXMLParser_h
|
|
|
|
#define SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@"
|
|
|
|
#endif
|