aboutsummaryrefslogtreecommitdiff
path: root/tests/aidl_test_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aidl_test_client.cpp')
-rw-r--r--tests/aidl_test_client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/aidl_test_client.cpp b/tests/aidl_test_client.cpp
index f4850b00..f55178a3 100644
--- a/tests/aidl_test_client.cpp
+++ b/tests/aidl_test_client.cpp
@@ -30,6 +30,7 @@
#include "aidl_test_client_primitives.h"
#include "aidl_test_client_service_exceptions.h"
#include "aidl_test_client_utf8_strings.h"
+#include "aidl_test_client_versioned_interface.h"
// libutils:
using android::OK;
@@ -112,5 +113,7 @@ int main(int /* argc */, char * argv []) {
if (!client_tests::ConfirmDefaultImpl(service)) return 1;
+ if (!client_tests::ConfirmReadDataAfterParcelableWithNewField()) return 1;
+
return 0;
}