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