summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
diff options
context:
space:
mode:
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;
+}