Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.)
This commit is contained in:
parent
027668047a
commit
297a450e05
4 changed files with 308 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -117,6 +117,8 @@ test: ${JQ}
|
|||
@@echo " - Copying over script files."
|
||||
@@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data
|
||||
@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR}
|
||||
@@cp -f ${BUILD_DIR}/test/fx.html ${TEST_DIR}
|
||||
@@cp -f ${BUILD_DIR}/test/cow.jpg ${TEST_DIR}
|
||||
|
||||
@@echo " - Compiling Test Cases"
|
||||
@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue