diff options
Diffstat (limited to 'testament/categories.nim')
-rw-r--r-- | testament/categories.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testament/categories.nim b/testament/categories.nim index e1f173c26..6694e3f0e 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -521,6 +521,8 @@ proc processCategory(r: var TResults, cat: Category, options: string) = testNimblePackages(r, cat, pfAll) of "niminaction": testNimInAction(r, cat, options) + of "testament": + testTestament(r, cat, options) of "untestable": # We can't test it because it depends on a third party. discard # TODO: Move untestable tests to someplace else, i.e. nimble repo. |