Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • longrun_tests/Makefile.in

    rd65f92c recc0fec  
    348348CCDEPMODE = @CCDEPMODE@
    349349CFACC = @CFACC@
     350CFACC_INSTALL = @CFACC_INSTALL@
    350351CFACPP = @CFACPP@
    351352CFA_BACKEND_CC = @CFA_BACKEND_CC@
     
    525526        -I$(abs_top_srcdir)/tests \
    526527        -I$(srcdir) \
    527         -DTEST_$(shell cat .type | tr a-z A-Z) \
    528         -in-tree
     528        -DTEST_$(shell cat .type | tr a-z A-Z)
    529529
    530530TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
Note: See TracChangeset for help on using the changeset viewer.