summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-05-04 16:48:35 +0930
committerStewart Smith <stewart@linux.ibm.com>2018-05-04 03:25:04 -0500
commit7a8214eeb1c5beacb2f780e419d60afa7b65b844 (patch)
treefa1788252688e5ba97e989e5d0810036b8000004 /test
parentaa59e48064b46da4b1a508c4daca4ea8c50d464a (diff)
downloadblackbird-skiboot-7a8214eeb1c5beacb2f780e419d60afa7b65b844.tar.gz
blackbird-skiboot-7a8214eeb1c5beacb2f780e419d60afa7b65b844.zip
sreset_world: re-enable the non-stb build
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: 1ddf7e51936f ("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>
Diffstat (limited to 'test')
-rw-r--r--test/sreset_world/Makefile.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sreset_world/Makefile.check b/test/sreset_world/Makefile.check
index 289af8dd..1bd7b407 100644
--- a/test/sreset_world/Makefile.check
+++ b/test/sreset_world/Makefile.check
@@ -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
OpenPOWER on IntegriCloud