diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-13 08:56:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-19 12:57:58 (GMT) |
commit | b63c1f6ce75d82028efc364cff8277c77854dcc3 (patch) | |
tree | 045e5c49c6a0193c5d74ff888b59d0555d1921ce /Tests/Server/empty.cpp | |
parent | d341d077c5fb5c3df3732210b836a9ba6cb53873 (diff) | |
download | CMake-b63c1f6ce75d82028efc364cff8277c77854dcc3.zip CMake-b63c1f6ce75d82028efc364cff8277c77854dcc3.tar.gz CMake-b63c1f6ce75d82028efc364cff8277c77854dcc3.tar.bz2 |
cmake-server: Add unit test
Diffstat (limited to 'Tests/Server/empty.cpp')
-rw-r--r-- | Tests/Server/empty.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Server/empty.cpp b/Tests/Server/empty.cpp new file mode 100644 index 0000000..766b775 --- /dev/null +++ b/Tests/Server/empty.cpp @@ -0,0 +1,5 @@ + +int main() +{ + return 0; +} |