Changeset 0e44184 for src/tests/preempt_longrun
- Timestamp:
- Jun 16, 2017, 4:06:33 PM (7 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:
- 667c7da
- Parents:
- d33bc7c
- Location:
- src/tests/preempt_longrun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.am
rd33bc7c r0e44184 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
rd33bc7c r0e44184 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.