Changes in tests/Makefile.am [9c4330d5:5007618]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r9c4330d5 r5007618 90 90 concurrency/clib.c \ 91 91 concurrency/unified_locking/mutex_test.hfa \ 92 concurrency/channels/parallel_harness.hfa \ 93 array-container/dimexpr-match.hfa \ 94 array-container/dimexpr-match-detail.sh 92 concurrency/channels/parallel_harness.hfa 95 93 96 94 dist-hook: … … 113 111 # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 114 112 all-local : # This name is important to automake and implies the default build target. 115 @+${TEST_PY} --debug=${debug} --install=${installed} ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all113 @+${TEST_PY} --debug=${debug} --install=${installed} --invariant ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all 116 114 117 115 tests : all-local # synonym … … 227 225 -cp ${test} ${abspath ${@}} 228 226 229 array-container/dimexpr-match-c-ERRS : array-container/dimexpr-match-c.cfa230 ${CFACOMPILE_SYNTAX} -DERRS231 -cp ${test} ${abspath ${@}}232 233 array-container/dimexpr-match-cfa-ERRS : array-container/dimexpr-match-cfa.cfa234 ${CFACOMPILE_SYNTAX} -DERRS235 -cp ${test} ${abspath ${@}}236 237 227 alloc-ERROR : alloc.cfa ${CFACCBIN} 238 228 ${CFACOMPILE_SYNTAX} -DERR1
Note:
See TracChangeset
for help on using the changeset viewer.