aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
new file mode 100644
index 0000000..63e50c3
--- /dev/null
+++ b/tests/main.cpp
@@ -0,0 +1,6 @@
+#include "../include/DirectConnection.hpp"
+
+int main()
+{
+ return 0;
+}