diff options
Diffstat (limited to 'testament/specs.nim')
-rw-r--r-- | testament/specs.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testament/specs.nim b/testament/specs.nim index 88f8ea8d6..8afe9d98e 100644 --- a/testament/specs.nim +++ b/testament/specs.nim @@ -24,6 +24,7 @@ type actionCompile = "compile" actionReject = "reject" actionRunNoSpec = "runNoSpec" + TResultEnum* = enum reNimcCrash, # nim compiler seems to have crashed reMsgsDiffer, # error messages differ @@ -39,6 +40,7 @@ type reBuildFailed # package building failed reIgnored, # test is ignored reSuccess # test was successful + TTarget* = enum targetC = "C" targetCpp = "C++" |