Changeset 4546

Show
Ignore:
Timestamp:
02/09/07 15:01:06 (2 years ago)
Author:
morris
Message:

Always run tests if maintainer, only on demand if user

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/Makefile.in

    r4544 r4546  
    7171 
    7272test: $(rundir)/test 
     73        @$(rundir)/test 
    7374         
    7475$(rundir)/test: $(rundir)/lib/libwired.a test/testlist.h test/testlist.inc $(TESTOBJECTS) 
    7576        @test -d $(@D) || mkdir -p $(@D) 
    7677        $(LINK) $(TESTOBJECTS) $(LIBS) 
     78ifeq ($(WI_MAINTAINER), 1) 
    7779        @$(rundir)/test 
     80endif 
    7881 
    7982test/testlist.h: $(TESTSOBJECTS)