Changeset a5121bf for tests/Makefile.am
- Timestamp:
- Aug 7, 2018, 3:23:34 PM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r524ed86 ra5121bf 31 31 -Wno-unused-function \ 32 32 -quiet @CFA_FLAGS@ \ 33 -DIN_DIR="${srcdir}/.in/" \ 34 @BUILD_IN_TREE_FLAGS@ 33 -DIN_DIR="${srcdir}/.in/" 35 34 36 AM_CFLAGS += ${DEBUG_FLAGS} 35 AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS} 37 36 38 37 CC = @CFACC@ … … 48 47 #---------------------------------------------------------------------------------------------------------------- 49 48 all-local : 50 @+${TEST_PY} --debug=${debug} ${concurrent} ${quick_test}49 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${quick_test} 51 50 52 51 all-tests : 53 @+${TEST_PY} --all --debug=${debug} ${concurrent} # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program52 @+${TEST_PY} --all --debug=${debug} --install=${installed} ${concurrent} # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 54 53 55 54 clean-local : … … 66 65 67 66 concurrency : 68 @+${TEST_PY} --debug=${debug} -Iconcurrent67 @+${TEST_PY} --debug=${debug} --install=${installed} -Iconcurrent 69 68 70 69 #----------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.