Changeset 21610e3


Ignore:
Timestamp:
Jun 27, 2016, 4:39:29 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
2e04c7b3
Parents:
e7ce55e
Message:

Finally solved the -j issue in tests

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    re7ce55e r21610e3  
    2727
    2828all-local :
    29         python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
     29        +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
    3030
    3131all-tests :
    32         python test.py --all
     32        +python test.py --all
    3333
    3434clean-local :
     
    3636
    3737list :
    38         python test.py --list
     38        +python test.py --list
    3939
    4040constant0-1DP : constant0-1.c
  • src/tests/Makefile.in

    re7ce55e r21610e3  
    634634
    635635all-local :
    636         python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
     636        +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
    637637
    638638all-tests :
    639         python test.py --all
     639        +python test.py --all
    640640
    641641clean-local :
     
    643643
    644644list :
    645         python test.py --list
     645        +python test.py --list
    646646
    647647constant0-1DP : constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.