aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-08-13 20:01:26 +0000
committerJohn Resig <jeresig@gmail.com>2006-08-13 20:01:26 +0000
commite943090a72fada9068705a701e2f37ca2907d310 (patch)
tree6655e6ebbb5a7472e5ab035505e6566632429dab /build/test/index.html
parent0cd3821ac2b74d37384a36f281e5a952138aaae2 (diff)
downloadjquery-e943090a72fada9068705a701e2f37ca2907d310.tar.gz
jquery-e943090a72fada9068705a701e2f37ca2907d310.zip
Moved the test directory.
Diffstat (limited to 'build/test/index.html')
-rw-r--r--build/test/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html
new file mode 100644
index 000000000..ac90376f2
--- /dev/null
+++ b/build/test/index.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+ <script type="text/javascript" src="lib/Test/Harness.js"></script>
+ <script type="text/javascript" src="lib/Test/Harness/Browser.js"></script>
+</head>
+<body>
+ <h1>jQuery - Test Suite</h1>
+
+ <script type="text/javascript">
+ new Test.Harness.Browser().runTests(
+ "tests/prereq.html",
+ "tests/css1.html",
+ "tests/css2.html",
+ "tests/css3.html",
+ "tests/xpath.html",
+ "tests/custom.html",
+ "tests/basic.html"
+ );
+ </script>
+</body>
+</html>