#!/usr/bin/env perl
package
Quiq::Gnuplot::Plot::Test;
use
v5.10;
use
strict;
use
warnings;
# -----------------------------------------------------------------------------
sub
test_loadClass : Init(1) {
shift
->useOk(
'Quiq::Gnuplot::Plot'
);
}
# -----------------------------------------------------------------------------
package
main;
Quiq::Gnuplot::Plot::Test->runTests;
# eof