Changeset ecc0fec
- Timestamp:
- Oct 18, 2019, 10:38:53 AM (5 years ago)
- 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
- Location:
- longrun_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
longrun_tests/Makefile.am
r65e10b2 recc0fec 42 42 -I$(abs_top_srcdir)/tests \ 43 43 -I$(srcdir) \ 44 -DTEST_$(shell cat .type | tr a-z A-Z) \44 -DTEST_$(shell cat .type | tr a-z A-Z) 45 45 46 46 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield -
longrun_tests/Makefile.in
r65e10b2 recc0fec 526 526 -I$(abs_top_srcdir)/tests \ 527 527 -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) 530 529 531 530 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
Note: See TracChangeset
for help on using the changeset viewer.