blob: 968ea37193ef946d62efc94e025d375e1d053fea [file] [log] [blame] [edit]
#!/usr/bin/perl -T
use Test::More tests => 1;
use Slurm qw(:constant);
my $slurm = Slurm::new();
ok(defined $slurm, "create slurm object with default configuration");
# TODO: do not know how to test