MikolajKolek / toster

A simple-as-toast tester for C++ solutions to competitive programming exercises
MIT License
20 stars 2 forks source link

Add option to test executables #6

Closed MikolajKolek closed 1 year ago

MikolajKolek commented 2 years ago

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.