Changeset 560812b for tests


Ignore:
Timestamp:
Sep 25, 2018, 3:56:18 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2725882, a32346b
Parents:
50fb7df
Message:

Forgot to include a Makefile.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.in

    r50fb7df r560812b  
    301301quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    302302concurrent =
     303timeouts =
    303304TEST_PY = python ${builddir}/test.py
    304305
     
    616617#----------------------------------------------------------------------------------------------------------------
    617618all-local :
    618         @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${quick_test}
     619        @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} ${quick_test}
    619620
    620621all-tests :
    621         @+${TEST_PY} --all --debug=${debug}  --install=${installed} ${concurrent}               # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     622        @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    622623
    623624clean-local :
Note: See TracChangeset for help on using the changeset viewer.