Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r871b664 r3a5131ed  
    3737build_triplet = @build@
    3838host_triplet = @host@
    39 @BUILD_CONCURRENCY_TRUE@am__append_1 = coroutine thread monitor
    4039EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \
    4140        avl_test$(EXEEXT) constant0-1DP$(EXEEXT) \
     
    223222top_srcdir = @top_srcdir@
    224223debug = yes
    225 quick_test = vector_test avl_test operators numericConstants \
    226         expression enum array typeof cast dtor-early-exit init_once \
    227         $(am__append_1)
    228 @BUILD_CONCURRENCY_FALSE@concurrent = no
    229 @BUILD_CONCURRENCY_TRUE@concurrent = yes
    230224
    231225# applies to both programs
     
    657651
    658652all-local :
    659         @+python test.py --debug=${debug} --concurrent=${concurrent} ${quick_test}
     653        @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread
    660654
    661655all-tests :
    662         @+python test.py --all --debug=${debug} --concurrent=${concurrent}              # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     656        @+python test.py --all --debug=${debug}         # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    663657
    664658clean-local :
     
    666660
    667661list :
    668         @+python test.py --list --concurrent=${concurrent}
     662        @+python test.py --list
    669663
    670664constant0-1DP : constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.