summaryrefslogtreecommitdiff
path: root/tools/auto_gen_test_config_test.py
AgeCommit message (Collapse)Author
2018-12-13Migrate build/make to androidx.testBrett Chabot
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: If6a6b751c4a6ca837c3166688a0c93d2e923ee4c
2018-02-21Default test to AndroidJUnitTest for auto-generated test config.Dan Shi
All new instrumentation tests shall use AndroidJUnitRunner, thus default test class to AndroidJUnitTest. Bug: 73679956 Test: unittest Change-Id: I52df4d01b8459a4a6e5c2cbe15973dab079fb136
2017-12-22Test config should use manifest package attributeDan Shi
Bug: 70981774,69929803 Test: m -j SetupWizardActivityTests Change-Id: I6d50744504eac71d6ecae5db9b14e6d30eb923fe
2017-12-20Auto generate test config filesDan Shi
This change allows one to run atest <module name>. The TradeFed test config file will be automatically created in testcases directory based on the settings. Bug: 69929803, 69932044 Test: m -j NotificationStressTests libminijail_test add following lines in notificationtests/Android.mk, before "include $(BUILD_PACKAGE)" LOCAL_COMPATIBILITY_SUITE := general-test Change-Id: Ib5e9cd152d957b5d5beb6ed23a899a021a7e06d6