diff options
Diffstat (limited to 'js/src/tests/supporting/README')
-rw-r--r-- | js/src/tests/supporting/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/src/tests/supporting/README b/js/src/tests/supporting/README new file mode 100644 index 000000000..477b216b6 --- /dev/null +++ b/js/src/tests/supporting/README @@ -0,0 +1,9 @@ +================================ += DANGER!!!!!!!!1!!!cos(0)!!!! = +================================ + +Any *.js files you add in this directory *will* be considered to be tests by the +test-staging Makefile target, used to package up JS tests for running on +Tinderbox. You are now probably sorry this is the case. But there is a +hackaround! To make the packaging algorithm ignore a *.js file here, add it to +the EXCLUDED set in lib/manifest.py. |