summaryrefslogtreecommitdiff
path: root/db/javatest.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <erh@ERH-OFC-MP.local>2008-03-18 14:04:57 -0400
committerEliot Horowitz <erh@ERH-OFC-MP.local>2008-03-18 14:04:57 -0400
commitb89cecfcdb362978af1e56fd9c216660fb74628d (patch)
treeb9093467fa62bfec7b01a6f3695df1f2eee1fe0d /db/javatest.cpp
parentd78703a4a65d8faf790460df9cccfed1e011d519 (diff)
downloadmongo-b89cecfcdb362978af1e56fd9c216660fb74628d.tar.gz
javatest
Diffstat (limited to 'db/javatest.cpp')
-rw-r--r--db/javatest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/javatest.cpp b/db/javatest.cpp
new file mode 100644
index 00000000000..3c670365f10
--- /dev/null
+++ b/db/javatest.cpp
@@ -0,0 +1,7 @@
+// javatest.cpp
+
+#include "javajs.h"
+
+int main(){
+ javajstest();
+}