summaryrefslogtreecommitdiff
path: root/tests/Codegen/runTest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Codegen/runTest.sh')
-rwxr-xr-xtests/Codegen/runTest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Codegen/runTest.sh b/tests/Codegen/runTest.sh
index 929f122e261e..31ab6d2ba46a 100755
--- a/tests/Codegen/runTest.sh
+++ b/tests/Codegen/runTest.sh
@@ -17,6 +17,7 @@ else
header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/HierrarchicalDataClassBase.java && \
header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/HierrarchicalDataClassChild.java && \
header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/StaleDataclassDetectorFalsePositivesTest.java && \
+ header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java && \
(
cd $ANDROID_BUILD_TOP &&
header_and_eval mmma -j16 frameworks/base/tests/Codegen && \