diff options
author | Andinus <andinus@nand.sh> | 2021-11-18 16:59:32 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-18 16:59:32 +0530 |
commit | 5df46f19a7ed9772cd639a81e4ab57efb8023bbb (patch) | |
tree | 9bd5bdb40522798c761f3aba1a584d3fd7a0f407 | |
parent | 3149b8c7148797e340fc6c226b031b2eeb532560 (diff) | |
download | fornax-5df46f19a7ed9772cd639a81e4ab57efb8023bbb.tar.gz |
Add basic test for Fornax::GenerateFrame
-rw-r--r-- | t/00-basic.rakutest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest index a119847..9731395 100644 --- a/t/00-basic.rakutest +++ b/t/00-basic.rakutest @@ -1,6 +1,7 @@ use Test; -plan 2; +plan 3; use-ok 'Fornax::CLI'; use-ok 'Fornax::Hex2RGB'; +use-ok 'Fornax::GenerateFrame'; |