Ignore:
Timestamp:
Jan 28, 2005, 9:12:53 PM (21 years ago)
Author:
bird
Message:

Disable static testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/helloworld.gmk

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1797 r1798  
    3131       
    3232               
    33 all: $(TESTCASE)$(SUFF).exe $(TESTCASE)$(SUFF)-static.exe
     33all: $(TESTCASE)$(SUFF).exe #$(TESTCASE)$(SUFF)-static.exe
    3434
    3535check: all
     
    3939        diff stdout stdout-ok
    4040        diff stderr stderr-ok
    41         $(TESTCASE)$(SUFF)-static.exe > stdout 2>stderr
    42         diff stdout stdout-ok
    43         diff stderr stderr-ok
     41#       $(TESTCASE)$(SUFF)-static.exe > stdout 2>stderr
     42#       diff stdout stdout-ok
     43#       diff stderr stderr-ok
    4444       
    4545install:       
Note: See TracChangeset for help on using the changeset viewer.