File: 00-load.rakutest

package info (click to toggle)
raku-file-which 1.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 4; sh: 2
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use Test;
plan 4;

use-ok("File::Which::MacOSX");
use-ok("File::Which::Unix");
use-ok("File::Which::Win32");
use-ok("File::Which");

done-testing();