skip the tests which use floating point instructions (as their emulators don't support them).
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
include("tests/plat/build.lua")
 | 
						|
 | 
						|
plat_testsuite {
 | 
						|
    name = "tests",
 | 
						|
    plat = "linux68k",
 | 
						|
    method = "plat/linux68k/emu+emu68k",
 | 
						|
	skipsets = {"floats"}, -- FPU instructions not supported by emulator
 | 
						|
}
 |