Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tests/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Program.cs b/Tests/Program.cs
index 26fa5b4..a883927 100644
--- a/Tests/Program.cs
+++ b/Tests/Program.cs
@@ -193,6 +193,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -231,6 +232,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--share-pattern-table",
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -271,6 +273,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -313,6 +316,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--lossy",
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -362,6 +366,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");