Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    rc0aa336 r3a5131ed  
    651651
    652652all-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
    654654
    655655all-tests :
     
    687687
    688688attributes : attributes.c
     689        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
     690
     691KRfunctions : KRfunctions.c
    689692        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
    690693
Note: See TracChangeset for help on using the changeset viewer.