diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 07:03:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 07:03:52 +0000 |
commit | f9ce7a571ddbe124bb93bcfd3388e2cd4d77ec06 (patch) | |
tree | 787f1488cbf663bfb914a8a6c37de38bdea68c30 /debian | |
parent | 3b0fce93e40e5457b63ceda9692901539eb4fc82 (diff) |
* Add a unit test for globlist_match().
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 192b49dae..1b6e23ced 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,9 @@ ikiwiki (1.1) UNRELEASED; urgency=low * Removed backlinks page, which it turns out nothing used. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use it, this will allow for adding a unit test suite. + * Add a unit test for globlist_match(). - -- Joey Hess <joeyh@debian.org> Tue, 2 May 2006 02:51:06 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 2 May 2006 03:03:21 -0400 ikiwiki (1.0) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ac3b328a6..df8390f94 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ build-stamp: dh_testdir perl Makefile.PL $(MAKE) + $(MAKE) test touch build-stamp clean: |