Fix deploy tests for AMD64
							parent
							
								
									726806b1c1
								
							
						
					
					
						commit
						a89e0b7615
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
IN: tools.deploy.tests
 | 
					IN: tools.deploy.tests
 | 
				
			||||||
USING: tools.test system io.files kernel tools.deploy.config
 | 
					USING: tools.test system io.files kernel tools.deploy.config
 | 
				
			||||||
tools.deploy.backend math sequences io.launcher arrays
 | 
					tools.deploy.backend math sequences io.launcher arrays
 | 
				
			||||||
namespaces continuations ;
 | 
					namespaces continuations layouts ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
: shake-and-bake ( vocab -- )
 | 
					: shake-and-bake ( vocab -- )
 | 
				
			||||||
    [ "test.image" temp-file delete-file ] ignore-errors
 | 
					    [ "test.image" temp-file delete-file ] ignore-errors
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@ namespaces continuations ;
 | 
				
			||||||
[ ] [ "hello-world" shake-and-bake ] unit-test
 | 
					[ ] [ "hello-world" shake-and-bake ] unit-test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ t ] [
 | 
					[ t ] [
 | 
				
			||||||
    500000 small-enough?
 | 
					    cell 8 = 8 5 ? 100000 * small-enough?
 | 
				
			||||||
] unit-test
 | 
					] unit-test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ ] [ "sudoku" shake-and-bake ] unit-test
 | 
					[ ] [ "sudoku" shake-and-bake ] unit-test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue