mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added tests for checksums.
This commit is contained in:
@@ -35,13 +35,11 @@
|
||||
// Copyright (C) 2011-2015 Claunia.com
|
||||
// ****************************************************************************/
|
||||
// //$Id$
|
||||
using System;
|
||||
|
||||
namespace DiscImageChef.Tests
|
||||
{
|
||||
public class Consts
|
||||
public static class Consts
|
||||
{
|
||||
public Consts()
|
||||
{
|
||||
}
|
||||
public const string TestFilesRoot = "/mnt/DiscImageChef/tests";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user