mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Update FFMpegCore.Test/Utilities/OsSpecificTestMethod.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7794276536
commit
0a0e6c4985
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ namespace FFMpegCore.Test.Utilities;
|
||||||
[Flags]
|
[Flags]
|
||||||
internal enum OsPlatforms : ushort
|
internal enum OsPlatforms : ushort
|
||||||
{
|
{
|
||||||
Windows,
|
Windows = 1,
|
||||||
Linux,
|
Linux = 2,
|
||||||
MacOS
|
MacOS = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
internal class OsSpecificTestMethod : TestMethodAttribute
|
internal class OsSpecificTestMethod : TestMethodAttribute
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue