Changeset c59712e for tests


Ignore:
Timestamp:
Aug 3, 2018, 11:25:46 AM (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:
ff1e0f38
Parents:
25a9b5a
Message:

Parent make now seems to properly call libcfa

Location:
tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r25a9b5a rc59712e  
    2020quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    2121
    22 if BUILD_CONCURRENCY
    2322concurrent=
    24 else
    25 concurrent='-Econcurrent'
    26 endif
    2723
    2824TEST_PY = python ${srcdir}/test.py
     
    3733        @BUILD_IN_TREE_FLAGS@
    3834
    39 if !BUILD_DEBUG
    40 AM_CFLAGS += -nodebug
    41 else
    42 if !BUILD_RELEASE
    43 AM_CFLAGS += -debug
    44 else
    4535AM_CFLAGS += ${DEBUG_FLAGS}
    46 endif
    47 endif
    4836
    4937CC = @CFACC@
  • tests/Makefile.in

    r25a9b5a rc59712e  
    9191build_triplet = @build@
    9292host_triplet = @host@
    93 @BUILD_DEBUG_FALSE@am__append_1 = -nodebug
    94 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_FALSE@am__append_2 = -debug
    95 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_3 = ${DEBUG_FLAGS}
    9693EXTRA_PROGRAMS = fstream_test$(EXEEXT) avl_test$(EXEEXT)
    9794subdir = tests
     
    222219LEXLIB = @LEXLIB@
    223220LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     221LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     222LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    224223LIBOBJS = @LIBOBJS@
    225224LIBS = @LIBS@
    226225LTLIBOBJS = @LTLIBOBJS@
    227 MACHINE_TYPE = @MACHINE_TYPE@
    228226MAKEINFO = @MAKEINFO@
    229227MKDIR_P = @MKDIR_P@
     
    241239SHELL = @SHELL@
    242240STRIP = @STRIP@
     241TARGET_HOSTS = @TARGET_HOSTS@
    243242VERSION = @VERSION@
    244243YACC = @YACC@
     
    298297debug = yes
    299298quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    300 @BUILD_CONCURRENCY_FALSE@concurrent = '-Econcurrent'
    301 @BUILD_CONCURRENCY_TRUE@concurrent =
     299concurrent =
    302300TEST_PY = python ${srcdir}/test.py
    303301
     
    305303AM_CFLAGS = $(if $(test), 2> $(test), ) -g -Wall -Wno-unused-function \
    306304        -quiet @CFA_FLAGS@ -DIN_DIR="${srcdir}/.in/" \
    307         @BUILD_IN_TREE_FLAGS@ $(am__append_1) $(am__append_2) \
    308         $(am__append_3)
     305        @BUILD_IN_TREE_FLAGS@ ${DEBUG_FLAGS}
    309306fstream_test_SOURCES = fstream_test.c
    310307avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
  • tests/preempt_longrun/Makefile.in

    r25a9b5a rc59712e  
    378378LEXLIB = @LEXLIB@
    379379LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     380LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     381LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    380382LIBOBJS = @LIBOBJS@
    381383LIBS = @LIBS@
    382384LTLIBOBJS = @LTLIBOBJS@
    383 MACHINE_TYPE = @MACHINE_TYPE@
    384385MAKEINFO = @MAKEINFO@
    385386MKDIR_P = @MKDIR_P@
     
    397398SHELL = @SHELL@
    398399STRIP = @STRIP@
     400TARGET_HOSTS = @TARGET_HOSTS@
    399401VERSION = @VERSION@
    400402YACC = @YACC@
Note: See TracChangeset for help on using the changeset viewer.