Skip to content

Commit

Permalink
Check loading of eclectus_group.so
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 22, 2009
1 parent 22bbb8d commit 2eea25c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/pmc/boolean.t
Expand Up @@ -14,12 +14,18 @@ Tests C<EclectusBoolean> PMC.

.sub 'main' :main
$P0 = loadlib "eclectus_group"
unless $P0 goto LOADING_FAILED

.include "include/test_more.pir"

plan(2)

truth_tests()
exit 0

LOADING_FAILED:
say "# eclectus_group could not be loaded"

.end

.sub truth_tests
Expand Down

0 comments on commit 2eea25c

Please sign in to comment.