Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r871b664 r3a5131ed  
    1717debug=yes
    1818
    19 quick_test=vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once
    20 
    21 if BUILD_CONCURRENCY
    22 concurrent=yes
    23 quick_test+= coroutine thread monitor
    24 else
    25 concurrent=no
    26 endif
    27 
    28 
    2919# applies to both programs
    3020EXTRA_FLAGS =
     
    4030
    4131all-local :
    42         @+python test.py --debug=${debug} --concurrent=${concurrent} ${quick_test}
     32        @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread
    4333
    4434all-tests :
    45         @+python test.py --all --debug=${debug} --concurrent=${concurrent}              # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     35        @+python test.py --all --debug=${debug}         # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    4636
    4737clean-local :
     
    4939
    5040list :
    51         @+python test.py --list --concurrent=${concurrent}
     41        @+python test.py --list
    5242
    5343constant0-1DP : constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.