summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_cache_jar_wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit_ipc/test_cache_jar_wrap.js')
-rw-r--r--netwerk/test/unit_ipc/test_cache_jar_wrap.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/netwerk/test/unit_ipc/test_cache_jar_wrap.js b/netwerk/test/unit_ipc/test_cache_jar_wrap.js
new file mode 100644
index 0000000000..fa2bb82a8d
--- /dev/null
+++ b/netwerk/test/unit_ipc/test_cache_jar_wrap.js
@@ -0,0 +1,4 @@
+function run_test() {
+ run_test_in_child("../unit/head_cache2.js");
+ run_test_in_child("../unit/test_cache_jar.js");
+}