ADDED build/test/create-kitbuild-dir Index: build/test/create-kitbuild-dir ================================================================== --- /dev/null +++ build/test/create-kitbuild-dir @@ -0,0 +1,16 @@ +#! /bin/bash + +WEBROOTDIR="/web/rkeene/devel/kitcreator/kitbuild" +export WEBROOTDIR + +rm -rf "${WEBROOTDIR}/tests" + +mkdir -p "${WEBROOTDIR}" || exit 1 +mkdir -p "${WEBROOTDIR}/tests" || exit 1 + +cp index.ttml "${WEBROOTDIR}/" +cp tests/* "${WEBROOTDIR}/tests/" + +ln -s ../../index.ttml "${WEBROOTDIR}/tests/" + +exit 0 ADDED build/test/index.ttml Index: build/test/index.ttml ================================================================== --- /dev/null +++ build/test/index.ttml @@ -0,0 +1,30 @@ + +
+The follow versions of KitCreator have test suite results:
+The actual tests can be found in the "tests" directory
+ + } +?> + +