Changeset ecc0fec for longrun_tests


Ignore:
Timestamp:
Oct 18, 2019, 10:38:53 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
295ed2a4, de8d7fb1
Parents:
65e10b2
Message:

Removed extraneous backslash

Location:
longrun_tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • longrun_tests/Makefile.am

    r65e10b2 recc0fec  
    4242        -I$(abs_top_srcdir)/tests \
    4343        -I$(srcdir) \
    44         -DTEST_$(shell cat .type | tr a-z A-Z) \
     44        -DTEST_$(shell cat .type | tr a-z A-Z)
    4545
    4646TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
  • longrun_tests/Makefile.in

    r65e10b2 recc0fec  
    526526        -I$(abs_top_srcdir)/tests \
    527527        -I$(srcdir) \
    528         -DTEST_$(shell cat .type | tr a-z A-Z) \
    529         -in-tree
     528        -DTEST_$(shell cat .type | tr a-z A-Z)
    530529
    531530TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
Note: See TracChangeset for help on using the changeset viewer.