blob: 3c22e7cbebb76159d8e8793d6ae95209e1e96483 [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001SUMMARY = "Error Test case that fails on do_compile"
2DESCRIPTION = "This generates a compile time error to be used to for testing."
3LICENSE = "MIT"
Patrick Williamsf1e5d692016-03-30 15:21:19 -05004
5INHIBIT_DEFAULT_DEPS = "1"
6EXCLUDE_FROM_WORLD = "1"
7
8do_compile() {
9 bbfatal "Failing as expected.";
10}