Changeset a5121bf for tests/Makefile.am


Ignore:
Timestamp:
Aug 7, 2018, 3:23:34 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
575a6e5
Parents:
524ed86
Message:

Tests can now be run from installed binaries or tree binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r524ed86 ra5121bf  
    3131        -Wno-unused-function \
    3232        -quiet @CFA_FLAGS@ \
    33         -DIN_DIR="${srcdir}/.in/" \
    34         @BUILD_IN_TREE_FLAGS@
     33        -DIN_DIR="${srcdir}/.in/"
    3534
    36 AM_CFLAGS += ${DEBUG_FLAGS}
     35AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS}
    3736
    3837CC = @CFACC@
     
    4847#----------------------------------------------------------------------------------------------------------------
    4948all-local :
    50         @+${TEST_PY} --debug=${debug} ${concurrent} ${quick_test}
     49        @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${quick_test}
    5150
    5251all-tests :
    53         @+${TEST_PY} --all --debug=${debug} ${concurrent}               # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     52        @+${TEST_PY} --all --debug=${debug}  --install=${installed} ${concurrent}               # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    5453
    5554clean-local :
     
    6665
    6766concurrency :
    68         @+${TEST_PY} --debug=${debug} -Iconcurrent
     67        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
    6968
    7069#----------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.