From 0ea6df4c9e583a2e52143db43d76cbc1b8e1add9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 28 Dec 2010 13:21:41 -0500 Subject: [PATCH] Added browser-test.html --- Makefile | 2 ++ tools/browser-test.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 tools/browser-test.html diff --git a/Makefile b/Makefile index 82467fc..a277102 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ PATH_BUILD=./build PATH_TOOLS=./tools PATH_COMBINE_OUTPUT=${PATH_BUILD}/ease.js PATH_COMBINE_OUTPUT_FULL=${PATH_BUILD}/ease-full.js +PATH_BROWSER_TEST=${PATH_TOOLS}/browser-test.html COMBINE=${PATH_TOOLS}/combine @@ -21,6 +22,7 @@ mkbuild: combine: mkbuild ${COMBINE} > ${PATH_COMBINE_OUTPUT} INC_TEST=1 ${COMBINE} > ${PATH_COMBINE_OUTPUT_FULL} + cp ${PATH_BROWSER_TEST} ${PATH_BUILD} # run tests test: default diff --git a/tools/browser-test.html b/tools/browser-test.html new file mode 100644 index 0000000..78fd985 --- /dev/null +++ b/tools/browser-test.html @@ -0,0 +1,35 @@ + + + + + + ease.js Browser Test + + + + + +