mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
11 lines
166 B
C#
11 lines
166 B
C#
namespace Cosmos.TestRunner.Core
|
|
{
|
|
public class RunConfiguration
|
|
{
|
|
public bool IsELF
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
}
|