annotate src/parallel_execution/perlTests/util.t @ 682:49d57e7fce39

add perl test
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 21 Aug 2020 06:35:07 +0900
parents
children ccc17667ffb2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
682
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #!/usr/bin/env perl
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 use strict;
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 use warnings;
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 use Test::More;
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 use_ok "Gears::Util";
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
49d57e7fce39 add perl test
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 done_testing;