You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
606 B
HTML

<html>
<head>
<!-- Import modules. -->
<script type="text/javascript" src="../pattern/canvas.js"></script>
<script type="text/javascript" src="../pattern/graph/graph.js"></script>
<!-- Import unit tests. -->
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript" src="test_canvas.js"></script>
<script type="text/javascript" src="test_graph.js"></script>
<!-- Run unit tests. -->
<script type="text/javascript">
run(new test_canvas.suite());
run(new test_graph.suite());
</script>
</head>
<body>Output is printed to the console (Developer Tools).</body>
</html>