Changeset 365d553c
- Timestamp:
- Jun 16, 2017, 4:36:55 PM (8 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, resolv-new, with_gc
- Children:
- e1055441
- Parents:
- c529a24 (diff), 667c7da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src/tests/preempt_longrun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.am
rc529a24 r365d553c 32 32 all-local: ${TESTS:=.run} 33 33 34 % : %.c /u0/tdelisle/workspace/cfa-cc/bin/cfa34 % : %.c ${CC} 35 35 ${AM_V_GEN}${CC} ${CFLAGS} ${<} -o ${@} 36 36 -
src/tests/preempt_longrun/Makefile.in
rc529a24 r365d553c 466 466 all-local: ${TESTS:=.run} 467 467 468 % : %.c /u0/tdelisle/workspace/cfa-cc/bin/cfa468 % : %.c ${CC} 469 469 ${AM_V_GEN}${CC} ${CFLAGS} ${<} -o ${@} 470 470
Note: See TracChangeset
for help on using the changeset viewer.