diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-31 01:13:15 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-31 01:13:17 +0200 |
commit | 595b1b7d2fc7aa084296978b8a38a26ed960a0f5 (patch) | |
tree | 966a0bd21e1a824cf0151a8091ad9fdc71998b8f /tests | |
parent | ce3a9cdb6929b78f6c163f1c8f4aaf91f384f2ee (diff) |
Starting...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 6 |
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; +} |