23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
 | |
| # SPDX-License-Identifier: GPL-3.0-or-later 
 | |
| 
 | |
| test_emu(flush-overhead.c DISABLED)
 | |
| test_emu(flush.c)
 | |
| test_emu(sort.c SORT)
 | |
| test_emu(sort-flush.c SORT)
 | |
| test_emu(empty-sort.c SORT)
 | |
| test_emu(sort-first-and-full-ring.c SORT
 | |
|   SHOULD_FAIL REGEX "cannot find a event previous to clock")
 | |
| test_emu(burst-stats.c REGEX "burst stats: median/avg/max =  33/ 33/ 33 ns")
 | |
| test_emu(mp-simple.c MP)
 | |
| test_emu(version-good.c)
 | |
| test_emu(version-bad.c SHOULD_FAIL REGEX "incompatible .* version")
 | |
| test_emu(clockgate.c MP SHOULD_FAIL REGEX "detected large clock gate")
 | |
| test_emu(no-cpus.c SHOULD_FAIL REGEX "loom .* has no physical CPUs")
 | |
| test_emu(sort-cpus-by-loom.c MP)
 | |
| test_emu(sort-cpus-by-rank.c MP)
 | |
| test_emu(tracedir-subdir.c MP DRIVER "tracedir-subdir.driver.sh")
 | |
| test_emu(empty-stream.c SHOULD_FAIL REGEX "model_ovni_finish: thread .* is not dead")
 | |
| test_emu(require.c SHOULD_FAIL REGEX "unsupported ovni model version (want 666.66.6, have .*)")
 | |
| test_emu(no-require.c REGEX "loading trace in compatibility mode")
 |