Skip to content

Commit dacbf58

Browse files
authored
test: show ToonShader tests in test projects by including the package in testables (#590)
1 parent 9333a60 commit dacbf58

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

TestProjects/HdrpDX12GraphicsTest-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"com.unity.modules.xr": "1.0.0"
4848
},
4949
"testables": [
50-
"com.unity.testframework.graphics"
50+
"com.unity.testframework.graphics",
51+
"com.unity.toonshader"
5152
]
5253
}

TestProjects/HdrpGraphicsTest-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"com.unity.modules.xr": "1.0.0"
4949
},
5050
"testables": [
51-
"com.unity.testframework.graphics"
51+
"com.unity.testframework.graphics",
52+
"com.unity.toonshader"
5253
]
5354
}

TestProjects/LegacyGraphicsTest-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"com.unity.modules.xr": "1.0.0"
4545
},
4646
"testables": [
47-
"com.unity.testframework.graphics"
47+
"com.unity.testframework.graphics",
48+
"com.unity.toonshader"
4849
]
4950
}

TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"com.unity.modules.xr": "1.0.0"
4848
},
4949
"testables": [
50-
"com.unity.testframework.graphics"
50+
"com.unity.testframework.graphics",
51+
"com.unity.toonshader"
5152
]
5253
}

TestProjects/UniversalGraphicsTest-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"com.unity.modules.xr": "1.0.0"
4545
},
4646
"testables": [
47-
"com.unity.testframework.graphics"
47+
"com.unity.testframework.graphics",
48+
"com.unity.toonshader"
4849
]
4950
}

TestProjects/UniversalGraphicsTestECS-6000.0/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"com.unity.modules.xr": "1.0.0"
4545
},
4646
"testables": [
47-
"com.unity.testframework.graphics"
47+
"com.unity.testframework.graphics",
48+
"com.unity.toonshader"
4849
]
4950
}

0 commit comments

Comments
 (0)