Changeset 41770ed1
- Timestamp:
- Jun 5, 2018, 3:35:39 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 174845e
- Parents:
- 2ad4b49
- Location:
- src/tests/preempt_longrun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.am
r2ad4b49 r41770ed1 34 34 35 35 clean-local: 36 rm -f ${TESTS} 36 rm -f ${TESTS} core* out.log 37 37 38 38 % : %.c ${CC} -
src/tests/preempt_longrun/Makefile.in
r2ad4b49 r41770ed1 878 878 879 879 clean-local: 880 rm -f ${TESTS} 880 rm -f ${TESTS} core* out.log 881 881 882 882 % : %.c ${CC}
Note: See TracChangeset
for help on using the changeset viewer.