Skip to content

Commit c8e5a97

Browse files
committed
fixed binary file paths
1 parent 47089a5 commit c8e5a97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/test.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
echo "running example programs"
2-
examples\Release\colors.exe
3-
tests\test_terminal.exe
4-
examples\read_stdin.exe
2+
.\examples\Release\colors.exe
3+
.\tests\Release\test_terminal.exe
4+
.\examples\Release\read_stdin.exe
55

66
echo "testing read_stind"
7-
if ("test" examples\read_stdin -ne "Input from stdin: test") {
7+
if ((echo test | .\examples\Release\read_stdin.exe) -ne "Input from stdin: test") {
88
echo "read_stdin gave wrong output"
99
exit 1
1010
}

0 commit comments

Comments
 (0)