Ignore:
Timestamp:
Apr 25, 2017, 11:58:56 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
278516c
Parents:
47f9422
Message:

Added concurrency target for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r47f9422 r026a0f5  
    2222concurrent=yes
    2323quick_test+= coroutine thread monitor
     24concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt
    2425else
    2526concurrent=no
     27concurrent_test=
    2628endif
    2729
     
    5153list :
    5254        @+python test.py --list --concurrent=${concurrent}
     55
     56concurrency :
     57        @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
    5358
    5459.dummy : .dummy.c
Note: See TracChangeset for help on using the changeset viewer.