Changeset 1241851 for longrun_tests


Ignore:
Timestamp:
Mar 28, 2019, 10:22:57 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:
e8fe5e0
Parents:
a45fc7b
Message:

Moved longrun tests outside of tests folder

Location:
longrun_tests
Files:
14 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@
  • longrun_tests/Makefile.in

    ra45fc7b r1241851  
    9191build_triplet = @build@
    9292host_triplet = @host@
    93 subdir = tests/preempt_longrun
     93subdir = longrun_tests
    9494ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9595am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
     
    491491# ./update-type $(type)
    492492UPDATED_TYPE = $(shell ./update-type $(type))
    493 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)
     493BUILD_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)
    494494TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
    495495all: all-am
     
    506506          esac; \
    507507        done; \
    508         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \
     508        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign longrun_tests/Makefile'; \
    509509        $(am__cd) $(top_srcdir) && \
    510           $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile
     510          $(AUTOMAKE) --foreign longrun_tests/Makefile
    511511Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    512512        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.