first commit
diff --git a/test/RandomTest.js b/test/RandomTest.js
new file mode 100644
index 0000000..5096382
--- /dev/null
+++ b/test/RandomTest.js
@@ -0,0 +1,14 @@
+console.log("HELLO");
+
+require('../src/CCNProtocolDTags');
+
+
+var RandomTest = function RandomTest(){
+	
+	
+	this.a = 6;
+};
+
+RandomTest.prototype.d = function(){
+	console.log(a);
+};