From 35edc87d2f8482363a30a86df409b447a2d24695 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 12 Jan 2022 12:46:51 +0530 Subject: Add basic tests --- t/00-basic.rakutest | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 t/00-basic.rakutest (limited to 't/00-basic.rakutest') diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest new file mode 100644 index 0000000..0eb0ace --- /dev/null +++ b/t/00-basic.rakutest @@ -0,0 +1,12 @@ +use Test; + +plan 8; + +use-ok 'Octans::CLI'; +use-ok 'Octans::Hex2RGB'; +use-ok 'Octans::Neighbors'; +use-ok 'Octans::WordSearch'; +use-ok 'Octans::Puzzle'; +use-ok 'Octans::Puzzle:Get'; +use-ok 'Octans::RangeSearch'; +use-ok 'Octans::GenerateFrame'; -- cgit 1.4.1-2-gfad0