Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • longrun_tests/Makefile.in

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