Changeset 179


Ignore:
Timestamp:
Feb 14, 2006 6:05:34 PM (18 years ago)
Author:
bennylp
Message:

Disable test from Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.2/pjlib/build/Makefile

    r88 r179  
    1919export TARGET CCOUT CC AR RANLIB MV RM RMDIR MKDIR OBJEXT LD LDOUT  
    2020 
    21 all: pjlib test 
     21all: pjlib  
     22# test 
     23# If test is to be enabled, also remove several comments below 
    2224 
    2325doc: 
     
    2628print: 
    2729        $(MAKE) -f make-rules APP=PJLIB app=pjlib print_lib 
    28         $(MAKE) -f make-rules APP=TEST app=test print_bin 
     30#       $(MAKE) -f make-rules APP=TEST app=test print_bin 
    2931         
    3032depend: 
    3133        $(MAKE) -f make-rules APP=PJLIB app=pjlib depend 
    32         $(MAKE) -f make-rules APP=TEST app=test depend 
    33         echo '$(TEST_EXE): $(PJLIB_LIB)' >> .test.depend 
     34#       $(MAKE) -f make-rules APP=TEST app=test depend 
     35#       echo '$(TEST_EXE): $(PJLIB_LIB)' >> .test.depend 
    3436 
    3537 
Note: See TracChangeset for help on using the changeset viewer.