blob: 65d00a46d99c7ddda82c39c211dc0fb55da24da0 [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
Brad Bishopa5c52ff2018-11-23 10:55:50 +13005INHIBIT_DEFAULT_DEPS = "1"
Patrick Williamsf1e5d692016-03-30 15:21:19 -05006EXCLUDE_FROM_WORLD = "1"
7
8do_compile() {
9 bbfatal "Failing as expected.";
10}