Changeset cf67057 for src/tests


Ignore:
Timestamp:
Apr 25, 2017, 11:59:42 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:
86c8fd6
Parents:
9fcb5e4 (diff), 278516c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r9fcb5e4 rcf67057  
    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
  • src/tests/Makefile.in

    r9fcb5e4 rcf67057  
    229229@BUILD_CONCURRENCY_FALSE@concurrent = no
    230230@BUILD_CONCURRENCY_TRUE@concurrent = yes
     231@BUILD_CONCURRENCY_FALSE@concurrent_test =
     232@BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int sched-ext preempt
    231233
    232234# applies to both programs
     
    670672        @+python test.py --list --concurrent=${concurrent}
    671673
     674concurrency :
     675        @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
     676
    672677.dummy : .dummy.c
    673678        ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@}                              #don't use CFLAGS, this rule is not a real test
Note: See TracChangeset for help on using the changeset viewer.