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 | |
5 | INHIBIT_DEFAULT_DEPS = "1" | ||||
6 | EXCLUDE_FROM_WORLD = "1" | ||||
7 | |||||
8 | do_compile() { | ||||
9 | bbfatal "Failing as expected."; | ||||
10 | } |