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/rules | |
parent | 3b0fce93e40e5457b63ceda9692901539eb4fc82 (diff) | |
download | ikiwiki-f9ce7a571ddbe124bb93bcfd3388e2cd4d77ec06.tar ikiwiki-f9ce7a571ddbe124bb93bcfd3388e2cd4d77ec06.tar.gz |
* Add a unit test for globlist_match().
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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: |