Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/functions/wildcard
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/functions/wildcard
r53 r284 86 86 &run_make_with_options($makefile,"clean",&get_logfile); 87 87 88 &compare_output($answer,&get_logfile(1)); 89 90 if ((-f "example.1")||(-f "example.two")||(-f "example.3")||(-f "example.for")) 91 { 88 if ((-f "example.1")||(-f "example.two")||(-f "example.3")||(-f "example.for")) { 92 89 $test_passed = 0; 93 90 } 91 92 &compare_output($answer,&get_logfile(1)); 94 93 95 94
Note:
See TracChangeset
for help on using the changeset viewer.

