1# Test whether the system loads at all.
2
3use Test::More tests => 1;
4
5BEGIN { use_ok 'PDL::LiteF' }
6