about summary refs log tree commit diff stats
path: root/t/00-basic.rakutest
blob: 9731395ce2ec2a9a5584519c886f0e889c822691 (plain) (blame)
1
2
3
4
5
6
7
use Test;

plan 3;

use-ok 'Fornax::CLI';
use-ok 'Fornax::Hex2RGB';
use-ok 'Fornax::GenerateFrame';