Changeset c59712e for tests/Makefile.am
- Timestamp:
- Aug 3, 2018, 11:25:46 AM (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:
- ff1e0f38
- Parents:
- 25a9b5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r25a9b5a rc59712e 20 20 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 21 21 22 if BUILD_CONCURRENCY23 22 concurrent= 24 else25 concurrent='-Econcurrent'26 endif27 23 28 24 TEST_PY = python ${srcdir}/test.py … … 37 33 @BUILD_IN_TREE_FLAGS@ 38 34 39 if !BUILD_DEBUG40 AM_CFLAGS += -nodebug41 else42 if !BUILD_RELEASE43 AM_CFLAGS += -debug44 else45 35 AM_CFLAGS += ${DEBUG_FLAGS} 46 endif47 endif48 36 49 37 CC = @CFACC@
Note: See TracChangeset
for help on using the changeset viewer.