cmake-server: Add unit test

This commit is contained in:
Tobias Hunger
2016-09-13 10:56:42 +02:00
committed by Brad King
parent d341d077c5
commit b63c1f6ce7
6 changed files with 316 additions and 0 deletions

5
Tests/Server/empty.cpp Normal file
View File

@@ -0,0 +1,5 @@
int main()
{
return 0;
}