- Timestamp:
- Aug 3, 2018, 11:25:46 AM (7 years ago)
- 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
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r25a9b5a rc59712e 20 20 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 21 21 22 if BUILD_CONCURRENCY23 22 concurrent= 24 else25 concurrent='-Econcurrent'26 endif27 23 28 24 TEST_PY = python ${srcdir}/test.py … … 37 33 @BUILD_IN_TREE_FLAGS@ 38 34 39 if !BUILD_DEBUG40 AM_CFLAGS += -nodebug41 else42 if !BUILD_RELEASE43 AM_CFLAGS += -debug44 else45 35 AM_CFLAGS += ${DEBUG_FLAGS} 46 endif47 endif48 36 49 37 CC = @CFACC@ -
tests/Makefile.in
r25a9b5a rc59712e 91 91 build_triplet = @build@ 92 92 host_triplet = @host@ 93 @BUILD_DEBUG_FALSE@am__append_1 = -nodebug94 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_FALSE@am__append_2 = -debug95 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_3 = ${DEBUG_FLAGS}96 93 EXTRA_PROGRAMS = fstream_test$(EXEEXT) avl_test$(EXEEXT) 97 94 subdir = tests … … 222 219 LEXLIB = @LEXLIB@ 223 220 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 221 LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@ 222 LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@ 224 223 LIBOBJS = @LIBOBJS@ 225 224 LIBS = @LIBS@ 226 225 LTLIBOBJS = @LTLIBOBJS@ 227 MACHINE_TYPE = @MACHINE_TYPE@228 226 MAKEINFO = @MAKEINFO@ 229 227 MKDIR_P = @MKDIR_P@ … … 241 239 SHELL = @SHELL@ 242 240 STRIP = @STRIP@ 241 TARGET_HOSTS = @TARGET_HOSTS@ 243 242 VERSION = @VERSION@ 244 243 YACC = @YACC@ … … 298 297 debug = yes 299 298 quick_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 = 299 concurrent = 302 300 TEST_PY = python ${srcdir}/test.py 303 301 … … 305 303 AM_CFLAGS = $(if $(test), 2> $(test), ) -g -Wall -Wno-unused-function \ 306 304 -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} 309 306 fstream_test_SOURCES = fstream_test.c 310 307 avl_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 378 378 LEXLIB = @LEXLIB@ 379 379 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 380 LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@ 381 LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@ 380 382 LIBOBJS = @LIBOBJS@ 381 383 LIBS = @LIBS@ 382 384 LTLIBOBJS = @LTLIBOBJS@ 383 MACHINE_TYPE = @MACHINE_TYPE@384 385 MAKEINFO = @MAKEINFO@ 385 386 MKDIR_P = @MKDIR_P@ … … 397 398 SHELL = @SHELL@ 398 399 STRIP = @STRIP@ 400 TARGET_HOSTS = @TARGET_HOSTS@ 399 401 VERSION = @VERSION@ 400 402 YACC = @YACC@
Note: See TracChangeset
for help on using the changeset viewer.