Remove tests-fwu.mk from tests-standard.mk
The FWU test components are being built as part of the
tests-standard.mk configuration but tests-standard does not
actually run any FWU tests (see tests-standard.xml). These FWU
test components do not need to be built.
Change-Id: I11a9012fcf79f4066947b0b2801c64d053f38d42
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
diff --git a/tftf/tests/tests-standard.mk b/tftf/tests/tests-standard.mk
index 9a0c581..f249a37 100644
--- a/tftf/tests/tests-standard.mk
+++ b/tftf/tests/tests-standard.mk
@@ -9,7 +9,6 @@
tests-boot-req.mk \
tests-cpu-extensions.mk \
tests-el3-power-state.mk \
- tests-fwu.mk \
tests-performance.mk \
tests-psci.mk \
tests-runtime-instrumentation.mk \