| Re: [hatari-devel] New SCC 85C30 support for MegaSTE/TT/Falcon | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hi,
On 5.9.2023 18.00, Nicolas Pomarède wrote:
Indeed I have these :
           1 - command-fifo (Failed)
          83 - serial-scc-megaste (Failed)
          84 - serial-scc-tt (Failed)
          85 - serial-scc-falcon (Failed)
It's not very clear what program these tests are refering to. Maybe the 
error message could tell what program failed and with which arguments ? 
(I can find it myself here but it could be useful for further tests)
Just run CTest directly, with verbose option (-V & -VV) and specify 
regexp for desired test name(s) with -R:
	ctest -V -R "serial-.*"
	ctest -VV -R serial-scc-tt
	- Eero