forked from playcanvas/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall_tests.html
More file actions
33 lines (32 loc) · 1.25 KB
/
all_tests.html
File metadata and controls
33 lines (32 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<!-- This file is auto-generated by testmachine.py -->
<head>
<style type="text/css" media="screen">
iframe {
width: 100%;
height: 200px;
}
</style>
</head>
<body>
<div>
<a href="core/test_core.html">sdk.tests.core</a>
<iframe src="core/test_core.html"></iframe>
</div><div>
<a href="math/test_math.html">sdk.tests.math</a>
<iframe src="math/test_math.html"></iframe>
</div><div>
<a href="input/test_input.html">sdk.tests.input</a>
<iframe src="input/test_input.html"></iframe>
</div><div>
<a href="scene/test_scene.html">sdk.tests.graphnode</a>
<iframe src="scene/test_scene.html"></iframe>
</div><div>
<a href="framework/components/element/test_textelement.html">sdk.tests.textelement</a>
<iframe src="framework/components/element/test_textelement.html"></iframe>
</div><div>
<a href="framework/components/element/test_layoutcalculator.html">sdk.tests.layoutcalculator</a>
<iframe src="framework/components/element/test_layoutcalculator.html"></iframe>
</div>
</body>
</html>