OSDN Git Service

[core] : テストを追加。
authorcaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 16:07:51 +0000 (01:07 +0900)
committercaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 16:14:07 +0000 (01:14 +0900)
core/test/query.cpp [new file with mode: 0644]
core/test/test.cpp [new file with mode: 0644]

diff --git a/core/test/query.cpp b/core/test/query.cpp
new file mode 100644 (file)
index 0000000..6118f62
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  query.cpp
+//  core
+//
+//  Created by 沼野 正太郎 on 2013/06/22.
+//  Copyright (c) 2013年 沼野 正太郎. All rights reserved.
+//
+
+#ifndef core_query_cpp
+#define core_query_cpp
+
+
+
+#endif
diff --git a/core/test/test.cpp b/core/test/test.cpp
new file mode 100644 (file)
index 0000000..d6e1fc9
--- /dev/null
@@ -0,0 +1,9 @@
+//
+//  test-core.cpp
+//  core
+//
+//  Created by 沼野 正太郎 on 2013/06/22.
+//  Copyright (c) 2013年 沼野 正太郎. All rights reserved.
+//
+
+#include <stdio.h>