made test script executable

This commit is contained in:
brianc 2010-10-23 18:24:27 -05:00
parent 9769d1ff92
commit 7965143d6c

1
test.js Normal file → Executable file
View File

@ -1,3 +1,4 @@
#! /usr/local/bin/node
//executes all the unit tests
var fs = require('fs');
var runDir = function(dir) {