Ignore:
Timestamp:
Apr 27, 2017, 12:35:53 PM (7 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
075d862
Parents:
278516c
Message:

Tests now only pipe errors to .err folder if run through test scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r278516c r592b9fa  
    2828endif
    2929
    30 
    3130# applies to both programs
    3231EXTRA_FLAGS =
    3332BUILD_FLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS}
    34 CFLAGS = 2> .err/${@}.log ${BUILD_FLAGS}
     33TEST_FLAGS = $(if $(test), 2> .err/${@}.log, )
     34CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS}
    3535CC = @CFA_BINDIR@/@CFA_NAME@
    3636
Note: See TracChangeset for help on using the changeset viewer.