123456789101112131415161718 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Unit Tests for Blockly</title>
- <script src="../../blockly_uncompressed.js"></script>
- <script>goog.require('goog.testing.jsunit');</script>
- </head>
- <body>
- <script src="blockly_test.js"></script>
- <script src="connection_test.js"></script>
- <script src="connection_db_test.js"></script>
- <script src="generator_test.js"></script>
- <script src="names_test.js"></script>
- <script src="workspace_test.js"></script>
- <script src="xml_test.js"></script>
- </body>
- </html>
|