Ignore:
Timestamp:
Jul 23, 2018, 5:21:46 PM (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:
2514607d
Parents:
552f5cb
Message:

Tests which now include files must use the IN_DIR macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r552f5cb rcbdf565  
    4444TEST_FLAGS = $(if $(test), 2> $(test), )
    4545AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS}
    46 CC = ${abs_top_builddir}/src/driver/cfa -I${srcdir}
     46CC = ${abs_top_builddir}/src/driver/cfa -I${srcdir} -DIN_DIR="${srcdir}/.in/"
    4747
    4848.PHONY : list
Note: See TracChangeset for help on using the changeset viewer.