fc8537d5de
The test don't run yet in presubmit, first I will have the NexusLauncherE2ETests target ready and then I will add it to the presubmit. Bug: 324261526 Flag: EXEMPT test only Test: atest NexusLauncherE2ETests Change-Id: I4daa204ec735456c481b0682ca518da381af7bb7
60 lines
1.9 KiB
Plaintext
60 lines
1.9 KiB
Plaintext
// Should only contain test files, no utility classes
|
|
filegroup {
|
|
name: "launcher-e2e-tests-only",
|
|
srcs: [
|
|
"allapps/TaplAllAppsIconsWorkingTest.java",
|
|
"allapps/TaplOpenCloseAllAppsTest.java",
|
|
"appiconmenu/TaplAppIconMenuTest.java",
|
|
"dragging/TaplDragTest.java",
|
|
"dragging/TaplUninstallRemoveTest.java",
|
|
"tapl/TaplUtilityTest.java",
|
|
"widget/TaplAddWidgetTest.java",
|
|
"ui/TaplTestsLauncher3Test.java",
|
|
"workspace/TaplTwoPanelWorkspaceTest.java",
|
|
"workspace/TaplWorkspaceTest.java",
|
|
],
|
|
}
|
|
|
|
filegroup {
|
|
name: "launcher-e2e-tests-utils",
|
|
srcs: [
|
|
"testcomponent/TestCommandReceiver.java",
|
|
"util/TestConstants.java",
|
|
"util/Wait.kt",
|
|
"util/rule/FailureWatcher.java",
|
|
"util/rule/MutualExclusionRule.java",
|
|
"util/rule/SamplerRule.java",
|
|
"util/rule/ScreenRecordRule.java",
|
|
"util/rule/ShellCommandRule.java",
|
|
"util/rule/ViewCaptureRule.kt",
|
|
"util/rule/TestIsolationRule.java",
|
|
"util/ui/AbstractLauncherUiTest.java",
|
|
"util/ui/BaseLauncherTaplTest.java",
|
|
"util/ui/PortraitLandscapeRunner.java",
|
|
],
|
|
}
|
|
|
|
// Combination of tests and utils in the launcher3 package
|
|
filegroup {
|
|
name: "launcher-e2e-tests",
|
|
srcs: [
|
|
":launcher-e2e-tests-only",
|
|
":launcher-e2e-tests-utils",
|
|
":launcher-viewcapture-analysis",
|
|
],
|
|
}
|
|
|
|
// TODO(b/324261526) After the bug is completed this file group should not exists anymore
|
|
filegroup {
|
|
name: "launcher-oop-tests-only",
|
|
srcs: [
|
|
"allapps/TaplAllAppsIconsWorkingTest.java",
|
|
"allapps/TaplOpenCloseAllAppsTest.java",
|
|
"appiconmenu/TaplAppIconMenuTest.java",
|
|
"dragging/TaplDragTest.java",
|
|
"dragging/TaplUninstallRemoveTest.java",
|
|
"ui/TaplTestsLauncher3Test.java",
|
|
"workspace/TaplWorkspaceTest.java",
|
|
],
|
|
}
|