We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47089a5 commit c8e5a97Copy full SHA for c8e5a97
ci/test.ps1
@@ -1,10 +1,10 @@
1
echo "running example programs"
2
-examples\Release\colors.exe
3
-tests\test_terminal.exe
4
-examples\read_stdin.exe
+.\examples\Release\colors.exe
+.\tests\Release\test_terminal.exe
+.\examples\Release\read_stdin.exe
5
6
echo "testing read_stind"
7
-if ("test" examples\read_stdin -ne "Input from stdin: test") {
+if ((echo test | .\examples\Release\read_stdin.exe) -ne "Input from stdin: test") {
8
echo "read_stdin gave wrong output"
9
exit 1
10
}
0 commit comments