added commandline and stdin tests using testscript (#28)

* added commandline and stdin tests using testscript

---------

Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
T.v.Dein
2023-12-07 14:09:42 +01:00
committed by GitHub
parent 846b3e63fc
commit cb774b3b80
22 changed files with 131 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
exec echo 1 2 3 4 5 median
stdin stdout
exec testrpn -b
[unix] stdout '3\n'