Changes in src/tests/Makefile.in [c0aa336:3a5131ed]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
rc0aa336 r3a5131ed 651 651 652 652 all-local : 653 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine 653 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread 654 654 655 655 all-tests : … … 687 687 688 688 attributes : attributes.c 689 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 690 691 KRfunctions : KRfunctions.c 689 692 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 690 693
Note:
See TracChangeset
for help on using the changeset viewer.