Detlef Riekenberg
|
d62c6bb77f
|
cmd: Allow GOTO to a label which has a following whitespace, with test.
|
2010-12-13 12:43:33 +01:00 |
Alexandre Goujon
|
4cd2a0e542
|
cmd: Add a space at the end of the first echo'ed batch line.
|
2010-11-08 18:13:36 +01:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Jason Edmeades
|
32c8b46633
|
cmd: echo.word should echo back the word without the .
|
2010-09-08 19:49:30 +02:00 |
Jason Edmeades
|
199b2db502
|
cmd: Make tests supply stderr + more diagnostics.
|
2010-09-08 14:15:56 +02:00 |
Alexandre Julliard
|
6fb39dfe4a
|
programs: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:37 +02:00 |
Alexandre Julliard
|
5b1f6614ed
|
cmd/tests: Add casts to pointer differences in traces.
|
2010-04-09 16:49:13 +02:00 |
Austin English
|
27717a5127
|
cmd: Add testcases for goto.
|
2010-03-24 19:02:12 +01:00 |
Jacek Caban
|
e486a02157
|
cmd: Added @or_broken@ handling to test templates and use it to fix tests on win2k.
|
2010-03-18 11:18:18 +01:00 |
Yann Droneaud
|
ac8d92405c
|
cmd: Add another expansion test.
Test %VAR%VAR% to check that the second variable is not expanded.
|
2010-03-16 17:03:38 +01:00 |
Yann Droneaud
|
954d06ca35
|
cmd: Remove %CD% test.
%CD% seems not supported on Windows NT 4.
|
2010-03-16 17:03:30 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Yann Droneaud
|
9bad2febf3
|
cmd: Added some expansion tests.
|
2010-03-15 16:51:37 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Paul Vriens
|
2ef6101768
|
cmd/tests: Compare strings case-insensitive.
|
2010-02-19 11:30:03 +01:00 |
Trey Hunner
|
41c0db3ce9
|
cmd: Add test for 'if' case sensitivity.
|
2010-02-19 11:30:00 +01:00 |
Dan Kegel
|
8110dde8ae
|
cmd: Fix 'else', with tests.
|
2010-02-18 12:43:00 +01:00 |
Dan Kegel
|
e4fd5196c2
|
cmd: Rename reference file from .out to .exp to avoid clash with gnu make builtin rule.
|
2010-02-17 09:48:03 +01:00 |
Dan Kegel
|
8bc6ff9d90
|
cmd: Add test to show ~dp0 should be directory containing batch file.
|
2010-02-17 09:46:02 +01:00 |
Dan Kegel
|
9d63b91405
|
cmd: Add test to show set "FOO=bar" should not include the quotes in the variable value.
|
2010-02-17 09:44:06 +01:00 |
Dan Kegel
|
786429b3d7
|
cmd: Turn off echo, add visual separator between testcases.
|
2010-02-17 09:43:22 +01:00 |
Dan Kegel
|
5035f3cff3
|
cmd: Move all tests to test_builtins.cmd.
|
2010-02-17 09:43:09 +01:00 |
Jacek Caban
|
28a4a7bd42
|
cmd: Added cmd.exe tests.
|
2010-02-10 11:31:16 +01:00 |