opnsense-src/tools/regression/usr.bin/make/execution/ellipsis
Max Khon df62aec1a0 Add three execution tests for make(1):
- plus: execute "+command" when run with -jX -n
- ellipsis: ellipsis ("...") from variable
- empty: empty command (from variable)

Currently make(1) fails all three tests:
- plus: segmentation fault due to incorrect command list handling
- ellipsis: works in compat mode but fails in job (-jX) mode
- empty:
        - compat mode: prints error message
	- job mode: works but prints empty string
2011-11-30 05:49:17 +00:00
..
expected.status.1 Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00
expected.stderr.1 Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00
expected.stdout.1 Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00
Makefile Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00
test.t Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00