rust/src/compiletest
Matthew Iselin f698decf37 Implemented a ProcessExit enum and helper methods to std::rt::io::process for getting process termination status, or the signal that terminated a process.
A test has been added to rtio-processes.rs to ensure signal termination is picked up correctly.
2013-11-12 11:37:14 +10:00
..
common.rs
compiletest.rs
errors.rs
header.rs
procsrv.rs Implemented a ProcessExit enum and helper methods to std::rt::io::process for getting process termination status, or the signal that terminated a process. 2013-11-12 11:37:14 +10:00
runtest.rs Implemented a ProcessExit enum and helper methods to std::rt::io::process for getting process termination status, or the signal that terminated a process. 2013-11-12 11:37:14 +10:00
util.rs