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