aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-01-27Test "fpm run" in the same directory as fpm buildOndřej Čertík
2020-01-27Cleanup the test programOndřej Čertík
2020-01-27Implement fpm_bin() with absolute pathOndřej Čertík
2020-01-27Use Command::new() instead of Command::cargo_new()Ondřej Čertík
This seems to actually fix the issue #16 as documented at: https://users.rust-lang.org/t/github-actions-randomly-kill-a-test-program/37255/6
2020-01-18Implement --target-dirOndřej Čertík
2020-01-17Parse fpm.tomlOndřej Čertík
2020-01-15Print stderr and stdoutOndřej Čertík
2020-01-15Fix a warning on WindowsOndřej Čertík
2020-01-15Let it compile on WindowsOndřej Čertík
2020-01-15Only import std::os::unix on UnixOndřej Čertík
2020-01-15Implement success2() as a methodOndřej Čertík
2020-01-15Extract the signal and report itOndřej Čertík
2020-01-15Add our own implementation of success()Ondřej Čertík
2020-01-14Add Rust testsOndřej Čertík
2020-01-14Print better output from testsOndřej Čertík
2020-01-12Add another testOndřej Čertík
2020-01-12Add a testOndřej Čertík