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.
		
		
		
		
		
			
		
			
				
	
	
		
			51 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
| <!--This program is free software: you can redistribute it and/or modify
 | |
|   it under the terms of the GNU Lesser General Public License as published by
 | |
|   the Free Software Foundation, either version 3 of the License, or
 | |
|   (at your option) any later version.
 | |
| 
 | |
|   This program 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 Lesser General Public License for more details.
 | |
| 
 | |
|   You should have received a copy of the GNU Lesser General Public License
 | |
|   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | |
| -->
 | |
| 
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>libTextSecure test runner</title>
 | |
|   <link rel="stylesheet" href="../../components/mocha/mocha.css" />
 | |
| </head>
 | |
| <body>
 | |
|   <h2>Run this out of the chrome-plugin:// namespace (and expect plugin state to be cleared/corrupted), not file://</h2>
 | |
| 
 | |
|   <div id="mocha">
 | |
|   </div>
 | |
|   <div id="tests">
 | |
|   </div>
 | |
| 
 | |
|   <script type="text/javascript" src="test.js"></script>
 | |
|   <script type="text/javascript" src="blanket_mocha.js"></script>
 | |
| 
 | |
|   <script type="text/javascript" src="../curve25519_concat.js"></script>
 | |
|   <script type="text/javascript" src="../webcrypto_concat.js"></script>
 | |
|   <script type="text/javascript" src="../components.js"></script>
 | |
| 
 | |
|   <!-- TODO: Remove the following -->
 | |
|   <script type="text/javascript" src="temp_helpers.js"></script>
 | |
|   <script type="text/javascript" src="../../libtextsecure/protobufs.js"></script>
 | |
| 
 | |
|   <script type="text/javascript" src="../crypto.js" data-cover></script>
 | |
|   <script type="text/javascript" src="../protocol.js" data-cover></script>
 | |
|   <script type="text/javascript" src="../protobufs.js" data-cover></script>
 | |
|   <script type="text/javascript" src="../session_storage.js" data-cover></script>
 | |
| 
 | |
|   <script type="text/javascript" src="fake_api.js"></script>
 | |
|   <script type="text/javascript" src="crypto_test.js"></script>
 | |
|   <script type="text/javascript" src="testvectors.js"></script>
 | |
|   <script type="text/javascript" src="protocol_test.js"></script>
 | |
| </body>
 | |
| </html>
 |