Changeset e3a5a73


Ignore:
Timestamp:
Apr 9, 2019, 10:14:35 AM (5 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
69a61d2
Parents:
211228e0
Message:

Added defaults for test make command to ease hand testing

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r211228e0 re3a5a73  
    2222debug=yes
    2323installed=no
     24
     25INSTALL_FLAGS=-in-tree
     26DEBUG_FLAGS=-debug -O0
    2427
    2528quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
  • tests/Makefile.in

    r211228e0 re3a5a73  
    375375debug = yes
    376376installed = no
     377INSTALL_FLAGS = -in-tree
     378DEBUG_FLAGS = -debug -O0
    377379quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    378380concurrent =
Note: See TracChangeset for help on using the changeset viewer.