Changeset 125b35d for Makefile


Ignore:
Timestamp:
2006-06-25T12:17:39Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4b1a75a
Parents:
59f5c42a (diff), 1fc2958 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging from Jelmer (this adds some basic unit testing code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r59f5c42a r125b35d  
    4444        rm -f Makefile.settings config.h
    4545        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
     46
     47check:
     48        $(MAKE) -C tests
    4649
    4750install-doc:
Note: See TracChangeset for help on using the changeset viewer.