diff --git a/MutationCase.fs b/MutationCase.fs deleted file mode 100644 index 12e6475..0000000 --- a/MutationCase.fs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Mutannot - -open System - -[] -type MutationCaseAttribute(id: string, file: string, line: int, find: string, replace: string) = - inherit Attribute() - - member _.Id = id - member _.File = file - member _.Line = line - member _.Find = find - member _.Replace = replace diff --git a/verify-coverage-mutants.fsx b/mutannot.fsx similarity index 98% rename from verify-coverage-mutants.fsx rename to mutannot.fsx index 0c68461..a797846 100755 --- a/verify-coverage-mutants.fsx +++ b/mutannot.fsx @@ -80,7 +80,7 @@ let repoRoot = let parseArgs (args: string list) = let usage () = - fail "Usage: verify-coverage-mutants.fsx [--configuration Debug|Release] [--build-arg ...] [--no-build] [--list | --show | --run [id...]]" + fail "Usage: mutannot.fsx [--configuration Debug|Release] [--build-arg ...] [--no-build] [--list | --show | --run [id...]]" let rec loop configuration projectPath buildArgs noBuild remaining = match remaining with