Moved cpp code to src/cpp and js code to src/js.

This commit is contained in:
Stefan Thomas
2012-11-06 12:02:59 -08:00
parent 209b70db77
commit bd781bcf3f
13 changed files with 14 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
var fs = require("fs");
var buster = require("buster");
var utils = require("../js/utils.js");
var utils = require("../src/js/utils.js");
buster.testCase("Utils", {
"hexToString and stringToHex" : {