Changeset c59712e for tests/Makefile.am


Ignore:
Timestamp:
Aug 3, 2018, 11:25:46 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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
Message:

Parent make now seems to properly call libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r25a9b5a rc59712e  
    2020quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    2121
    22 if BUILD_CONCURRENCY
    2322concurrent=
    24 else
    25 concurrent='-Econcurrent'
    26 endif
    2723
    2824TEST_PY = python ${srcdir}/test.py
     
    3733        @BUILD_IN_TREE_FLAGS@
    3834
    39 if !BUILD_DEBUG
    40 AM_CFLAGS += -nodebug
    41 else
    42 if !BUILD_RELEASE
    43 AM_CFLAGS += -debug
    44 else
    4535AM_CFLAGS += ${DEBUG_FLAGS}
    46 endif
    47 endif
    4836
    4937CC = @CFACC@
Note: See TracChangeset for help on using the changeset viewer.