mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
9d1dd38b45
--HG-- rename : tools/test-harness/xpcshell-simple/Makefile.in => testing/xpcshell/Makefile.in rename : tools/test-harness/xpcshell-simple/README => testing/xpcshell/README rename : tools/test-harness/xpcshell-simple/example/Makefile.in => testing/xpcshell/example/Makefile.in rename : tools/test-harness/xpcshell-simple/example/unit/test_sample.js => testing/xpcshell/example/unit/test_sample.js rename : tools/test-harness/xpcshell-simple/execute_test.js => testing/xpcshell/execute_test.js rename : tools/test-harness/xpcshell-simple/head.js => testing/xpcshell/head.js rename : tools/test-harness/xpcshell-simple/tail.js => testing/xpcshell/tail.js rename : tools/test-harness/xpcshell-simple/test_all.sh => testing/xpcshell/test_all.sh rename : tools/test-harness/xpcshell-simple/test_one.sh => testing/xpcshell/test_one.sh
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
Simple xpcshell-based test harness
|
|
|
|
converted from netwerk/test/unit
|
|
|
|
Some documentation at http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests
|
|
See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness
|
|
|