Ignore:
Timestamp:
Mar 28, 2019, 10:22:57 AM (4 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e8fe5e0
Parents:
a45fc7b
Message:

Moved longrun tests outside of tests folder

File:
1 moved

Legend:

Unmodified
Added
Removed
  • longrun_tests/Makefile.am

    ra45fc7b r1241851  
    3333UPDATED_TYPE = $(shell ./update-type $(type))
    3434
    35 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z)
     35BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I../tests -I. -DTEST_$(shell cat .type | tr a-z A-Z)
    3636CFLAGS = ${BUILD_FLAGS}
    3737CC = @CFACC@
Note: See TracChangeset for help on using the changeset viewer.