# Copyright 2010 Kevin Ryde.

# This file is part of miscbits-el.
#
# miscbits-el is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any later
# version.
#
# miscbits-el is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with miscbits-el; see the file COPYING.  Failing that, go to
# <http://www.gnu.org/licenses/>.


eval (progn (compilation-mode) (font-lock-mode 1))
to see this file match-ized 


-------------------------------------------------------------------------------
harness test output
    perl -MExtUtils::Command::MM -e "test_harness(0)" ../devel/d-compilation-perl.t



../devel/d-compilation-perl.t .. 1/1 # Failed test 1 in ../devel/d-compilation-perl.t at line 27
#  ../devel/d-compilation-perl.t line 27 is: ok(0);
# Test 2 got: "123" (../devel/d-compilation-perl.t at line 28)
#   Expected: "456"
#  ../devel/d-compilation-perl.t line 28 is: ok(123,456);
# Test 3 got: "99" (../devel/d-compilation-perl.t at line 29)
#   Expected: "88" (my test name)
#  ../devel/d-compilation-perl.t line 29 is: ok(99,88,'my test name');
../devel/d-compilation-perl.t .. Failed 1/1 subtests 

Test Summary Report
-------------------
../devel/d-compilation-perl.t (Wstat: 0 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Parse errors: Bad plan.  You planned 1 tests but ran 3.
Files=1, Tests=3,  1 wallclock secs ( 0.38 usr  0.04 sys +  0.20 cusr  0.03 csys =  0.65 CPU)
Result: FAIL
Failed 1/1 test programs. 3/3 subtests failed.
