Skip to content

Commit

Permalink
sreset_world: re-enable the non-stb build
Browse files Browse the repository at this point in the history
This breaks the test when you don't have the SKIBOOT_ENABLE_MAMBO_STB
flag set, as the binary is removed as an intermediate artefact (I
suspect) when building the sreset_world.stb binary.

Fixes: 1ddf7e5 ("Mambo: run hello_world and sreset_world tests with Secure and Trusted Boot")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
shenki authored and stewartsmith committed May 4, 2018
1 parent aa59e48 commit 7a8214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sreset_world/Makefile.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRESET_WORLD_TEST := test/sreset_world/sreset_kernel/sreset_kernel.stb
SRESET_WORLD_TEST := test/sreset_world/sreset_kernel/sreset_kernel
SRESET_WORLD_STB_TEST := test/sreset_world/sreset_kernel/sreset_kernel.stb

.PHONY: sreset_world-tests
Expand Down

0 comments on commit 7a8214e

Please sign in to comment.