]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/ServerTest.cpp
first test for actual program binary
[blank.git] / tst / integration / ServerTest.cpp
diff --git a/tst/integration/ServerTest.cpp b/tst/integration/ServerTest.cpp
new file mode 100644 (file)
index 0000000..fbec21a
--- /dev/null
@@ -0,0 +1,25 @@
+#include "ServerTest.hpp"
+
+#include "TestServer.hpp"
+
+CPPUNIT_TEST_SUITE_REGISTRATION(blank::test::ServerTest);
+
+
+namespace blank {
+namespace test {
+
+void ServerTest::setUp() {
+
+}
+
+void ServerTest::tearDown() {
+
+}
+
+
+void ServerTest::testStartup() {
+       TestServer server;
+}
+
+}
+}