summaryrefslogtreecommitdiff
path: root/tests/vboot_audio_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_audio_tests.c')
-rw-r--r--tests/vboot_audio_tests.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vboot_audio_tests.c b/tests/vboot_audio_tests.c
index d674931d..bc6a3efc 100644
--- a/tests/vboot_audio_tests.c
+++ b/tests/vboot_audio_tests.c
@@ -224,5 +224,8 @@ int main(int argc, char* argv[]) {
if (!gTestSuccess)
error_code = 255;
+ if (vboot_api_stub_check_memory())
+ error_code = 255;
+
return error_code;
}