Changeset 7279554


Ignore:
Timestamp:
2011-01-21T14:30:11Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
c899eb0
Parents:
f503585
Message:

Add a 'test' target to the toplevel Makefile

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    rf503585 r7279554  
    6363        perl checkpatch.pl --no-tree --file skype.c
    6464
     65test: all
     66        $(MAKE) -C t/ all
     67
    6568dist:
    6669        git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
  • skype/t/Makefile

    rf503585 r7279554  
    1010.PHONY: $(tests)
    1111
    12 default: $(tests)
     12all: $(tests)
    1313        @echo "passed $$(echo $(testfiles)|wc -w) tests."
    1414
Note: See TracChangeset for help on using the changeset viewer.