mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-25 22:12:56 -04:00
46 lines
1.8 KiB
HTML
46 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Evopedia HTML5 Unit tests</title>
|
|
|
|
<!--
|
|
Copyright 2013-2014 Mossroy and contributors
|
|
License GPL v3:
|
|
|
|
This file is part of Evopedia.
|
|
|
|
Evopedia is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Evopedia is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Evopedia (file LICENSE-GPLv3.txt). If not, see <http://www.gnu.org/licenses/>
|
|
-->
|
|
|
|
<link rel="stylesheet" href="tests/qunit-1.14.0.css" />
|
|
<script src="tests/qunit-1.14.0.js"></script>
|
|
|
|
<!-- Using require.js, a module system for javascript, include the
|
|
js files. This loads "main.js", which in turn can load other
|
|
files, all handled by require.js:
|
|
http://requirejs.org/docs/api.html#jsfiles -->
|
|
<script type="text/javascript"
|
|
data-main="tests/init.js"
|
|
src="www/js/lib/require.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
Please select all the files inside the archive wikipedia_small_2010-08-14 (included with source code) : wikipedia_*.dat, metadata.txt etc<br />
|
|
<input type="file" id="archiveFiles" multiple /><br />
|
|
<input type="button" id="runTests" value="Run tests" />
|
|
<div id="qunit"></div>
|
|
</body>
|
|
</html> |