Add "test" script, which uses phantomjs for a pure command-line test.
[dygraphs.git] / Makefile
index 2614ea3..6a645a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,6 @@ gwt: generate-gwt
 generate-gwt:
        @echo Generating GWT JAR file
        @./generate-jar.sh
+
+test:
+       @./test.sh