summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-06-21 10:55:43 +0200
committerljfa-ag <ljfa-ag@web.de>2015-06-21 11:17:20 +0200
commit483714e26ef6fca97353ca34654e5588bc61dda0 (patch)
tree6f266e108b4b3a02923520cdf8d1bbbaf50157b2 /test/nbttest.cpp
parent8458a8d07f5990c33c15acfa2ac316b0a9d6ede0 (diff)
downloadProject-Tick-483714e26ef6fca97353ca34654e5588bc61dda0.tar.gz
Project-Tick-483714e26ef6fca97353ca34654e5588bc61dda0.zip
Add tag.h
Diffstat (limited to 'test/nbttest.cpp')
-rw-r--r--test/nbttest.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp
new file mode 100644
index 0000000000..eead43efd0
--- /dev/null
+++ b/test/nbttest.cpp
@@ -0,0 +1,9 @@
+#include "microtest.h"
+#include "tag.h"
+#include <cstdlib>
+#include <iostream>
+
+int main()
+{
+ return EXIT_SUCCESS;
+}