Currently toster only allows for testing .cpp files, that it compiles and then executes. This feature adds the option to directly run toster on an executable file. (Maybe use the is_executable crate for testing if the given file is a valid executable.
Currently toster only allows for testing .cpp files, that it compiles and then executes. This feature adds the option to directly run toster on an executable file. (Maybe use the is_executable crate for testing if the given file is a valid executable.