Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 1 | SUMMARY = "Error Test case that fails on do_compile" |
2 | DESCRIPTION = "This generates a compile time error to be used to for testing." | ||||
3 | LICENSE = "MIT" | ||||
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 4 | |
Brad Bishop | a5c52ff | 2018-11-23 10:55:50 +1300 | [diff] [blame] | 5 | INHIBIT_DEFAULT_DEPS = "1" |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 6 | EXCLUDE_FROM_WORLD = "1" |
7 | |||||
8 | do_compile() { | ||||
9 | bbfatal "Failing as expected."; | ||||
10 | } |