[Git][wine/wine][master] 8 commits: cmd/tests: Add some more tests.
Alexandre Julliard pushed to branch master at wine / wine Commits: 6f3bcd18 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd/tests: Add some more tests. Regarding builtin/external invocation and expansion of variables. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - ab14a164 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Expand command before searching for builtin commands. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - a5aa74d9 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Introduce internal command to change drive. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - a330d893 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Introduce helper to search for external program. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 8d819a80 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Introduce helper for running a builtin command. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 6b091e4c by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Integrate builtin command search in search_program() helper. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 0c1468c2 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Speed-up external command look up. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 5f2bc126 by Eric Pouech at 2024-09-11T22:51:46+02:00 cmd: Get rid of circular ref for internal/external commands. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 6 changed files: - programs/cmd/batch.c - programs/cmd/builtins.c - programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmd.h - programs/cmd/wcmdmain.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db64fc2fa83efe40f9d22625455db6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db64fc2fa83efe40f9d22625455db6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)