freebsd-dev/contrib/bmake/unit-tests/dir.exp
Simon J. Gerraty 956e45f6fb Update to bmake-20201101
Lots of new unit-tests increase code coverage.

Lots of refactoring, cleanup and simlpification to reduce
code size.

Fixes for Bug 223564 and 245807

Updates to dirdeps.mk and meta2deps.py
2020-11-07 21:46:27 +00:00

51 lines
1.5 KiB
Plaintext

Searching for .depend ...
failed.
Searching for .depend ...
/ ...
failed.
Expanding "{one,two,three}"... one two three
Expanding "f{our,ive}"... four five
Expanding "{{thi,fou}r,fif}teen"... Expanding "{thi,fou}rteen"... thirteen fourteen
thirteen fourteen fifteen
Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
Expanding "{patch,configure}"... pre-patch pre-configure patch configure
pre-patch pre-configure patch configure
Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
Expanding "extract{,-post}"... fetch fetch-post extract extract-post
fetch fetch-post extract extract-post
Expanding "dup-{1,1,1,1,1,1,1}"... dup-1 dup-1 dup-1 dup-1 dup-1 dup-1 dup-1
Expanding "{{{{{{{{{{single-word}}}}}}}}}}"... Expanding "{{{{{{{{{single-word}}}}}}}}}"... Expanding "{{{{{{{{single-word}}}}}}}}"... Expanding "{{{{{{{single-word}}}}}}}"... Expanding "{{{{{{single-word}}}}}}"... Expanding "{{{{{single-word}}}}}"... Expanding "{{{{single-word}}}}"... Expanding "{{{single-word}}}"... Expanding "{{single-word}}"... Expanding "{single-word}"... single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
: 1
: 2
: 3
: 4
: 5
: 13
: 14
: 15
: pre-patch
: pre-configure
: patch
: configure
: fetch
: fetch-post
: extract
: extract-post
: dup-1
: single-word
Searching for .END ...
failed.
Searching for .END ...
failed.
Found '.END' as '(not found)'
exit status 0