source: tests/Makefile.am @ 1717b12

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 1717b12 was 0783909, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Fix error in clean recipe spuriously failing

  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[ef7d253]1######################## -*- Mode: Makefile-Automake -*- ######################
2##
3## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
4##
5## The contents of this file are covered under the licence agreement in the
6## file "LICENCE" distributed with Cforall.
7##
8## Makefile.am --
9##
10## Author           : Peter A. Buhr
11## Created On       : Sun May 31 09:08:15 2015
12## Last Modified By : Peter A. Buhr
[ee858bf]13## Last Modified On : Fri Oct  9 23:13:07 2020
14## Update Count     : 86
[ef7d253]15###############################################################################
16
[0c1b566]17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
[107b01a]18ACLOCAL_AMFLAGS  = -I automake
[f85bc15]19
[bcadb26]20include $(top_srcdir)/tools/build/cfa.make
[dc8511c]21
[74cfe054]22DEFAULT_INCLUDES = -I${abs_srcdir}
23
[cc640aad]24debug=yes
[ff593a3]25installed=no
[dcfedca]26archiveerrors=
[cc640aad]27
[e3a5a73]28DEBUG_FLAGS=-debug -O0
29
[5cacf74]30quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
[be65cca]31
[0ad0c55]32concurrent=
[b90aace]33timeouts=
[be65cca]34
[5b993e0]35TEST_PY = python3 ${builddir}/test.py
[f85bc15]36
[ef7d253]37# applies to both programs
[d65f92c]38# since automake doesn't have support for CFA we have to
[b8f6002]39AM_CFLAGS = $(if $(test), 2> $(test), ) \
[87fc1b4]40        -fdebug-prefix-map=$(abspath ${abs_srcdir})= \
41        -fdebug-prefix-map=/tmp= \
[0a19c51]42        -fno-diagnostics-show-caret \
[b8f6002]43        -g \
44        -Wall \
45        -Wno-unused-function \
46        -quiet @CFA_FLAGS@ \
[f806b61]47        -DIN_DIR="${abs_srcdir}/.in/"
[7c03d6d]48
[7215000]49AM_CFAFLAGS = -XCFA --deterministic-out
50
[158b026]51# get the desired cfa to test
52TARGET_CFA = $(if $(filter $(installed),yes), @CFACC_INSTALL@, @CFACC@)
53
[34e1494]54# adjust CC to current flags
[51e7583]55CC = LC_ALL=C $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS} ${AST_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS} ${AST_FLAGS})
[d65f92c]56CFACC = $(CC)
[ef7d253]57
[34e1494]58# get local binary for depedencies
59CFACCBIN = @CFACC@
60
61# adjusted CC but without the actual distcc call
[51e7583]62CFACCLOCAL = $(if $(DISTCC_CFA_PATH),$(DISTCC_CFA_PATH) ${ARCH_FLAGS} ${AST_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS} ${AST_FLAGS})
[fe94e708]63CFACCLINK = $(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g'))
[34e1494]64
[e16797c]65PRETTY_PATH=mkdir -p $(dir $(abspath ${@})) && cd ${srcdir} &&
[f7d3215]66
[28582b2]67.PHONY: list .validate
[1e995d6]68.INTERMEDIATE: .validate .validate.cfa
[107b01a]69EXTRA_PROGRAMS = avl_test .dummy_hack # build but do not install
[a468e1e9]70EXTRA_DIST = test.py \
71        pybin/__init__.py \
72        pybin/print-core.gdb \
73        pybin/settings.py \
74        pybin/test_run.py \
75        pybin/tools.py \
76        long_tests.hfa \
[3359802]77        .in/io.data \
[a468e1e9]78        avltree/avl.h \
79        avltree/avl-private.h \
[a778e8e]80        concurrent/clib.c \
[a468e1e9]81        exceptions/with-threads.hfa \
82        exceptions/except-io.hfa
83
84dist-hook:
85        echo "Gathering test files"
86        for file in `${TEST_PY} --list-dist`; do \
87                if test -f ${srcdir}/$${file}; then \
88                        $(MKDIR_P) $$(dirname ${distdir}/$${file}); \
89                        cp -df ${srcdir}/$${file} ${distdir}/$${file}; \
90                fi; \
91        done
[44f44617]92
[107b01a]93avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa
[2b10f95]94# automake doesn't know we still need C/CPP rules so pretend like we have a C program
[b7fe2e6]95nodist__dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
[a0dcd2e]96
[73abe95]97#----------------------------------------------------------------------------------------------------------------
[927e9ce]98all-local :
[5c4a473]99        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
[df42128]100
101all-tests :
[5c4a473]102        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
[927e9ce]103
[2a59655]104mostlyclean-local :
[0783909]105        find ${builddir} -not -path './__pycache__/*' -path '*.o' -delete
106        find ${builddir} -not -path './__pycache__/*' -path '*/.err/*.log' -delete
107        find ${builddir} -not -path './__pycache__/*' -path '*/.out/*.log' -delete
[a6dd5b0]108        rm -f ${EXTRA_PROGRAMS}
[2a59655]109        rm -rf __pycache__
110
111distclean-local :
112        find ${builddir} -path '*.Po' -delete
[927e9ce]113
114list :
[f85bc15]115        @+${TEST_PY} --list ${concurrent}
[927e9ce]116
[1e995d6]117.validate: .validate.cfa
118        $(CFACOMPILE) .validate.cfa -fsyntax-only -Wall -Wextra -Werror
119
120.validate.cfa:
121        @echo "int main() { return 0; }" > ${@}
[28582b2]122
[107b01a]123# automake doesn't know we still need C rules so pretend like we have a C program
124.dummy_hack.c:
[28582b2]125        @echo "int main() { return 0; }" > ${@}
126
[2b10f95]127.dummy_hackxx.cpp:
128        @echo "int bar() { return 0; }" > ${@}
129
[026a0f5]130concurrency :
[a5121bf]131        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
[026a0f5]132
[73abe95]133#----------------------------------------------------------------------------------------------------------------
[dc8511c]134
[e16797c]135# Use for all tests, make sure the path are correct and all flags are added
[34e1494]136CFACOMPILETEST=$(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) $($(shell echo "${@}_FLAGSCFA" | sed 's/-\|\//_/g'))
[d9b499c]137
[e16797c]138#----------------------------------------------------------------------------------------------------------------
[a843067]139
[e16797c]140# implicit rule so not all test require a rule
[15f9c8e]141# split into two steps to support compiling remotely using distcc
[34e1494]142# don't use distcc to do the linking because distcc doesn't do linking
[d65f92c]143% : %.cfa $(CFACCBIN)
[7009b9b]144        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
[673eb7a]145        $(CFACCLINK) ${@}.o -o $(abspath ${@})
[468c5aa]146        rm $(abspath ${@}).o
[f7d3215]147
[34e1494]148# implicit rule for c++ test
149# convient for testing the testsuite itself but not actuall used
[e16797c]150% : %.cpp
151        $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
[4c8f86b]152
[f7d3215]153#------------------------------------------------------------------------------
[34e1494]154# TARGETS WITH CUSTOM FLAGS
[e16797c]155#------------------------------------------------------------------------------
[34e1494]156# custom libs
157gmp_FLAGSLD= -lgmp
[dc8511c]158
[e16797c]159#------------------------------------------------------------------------------
[34e1494]160# Generated code
161GENERATED_CODE = declarationSpecifier gccExtensions extension attributes functions KRfunctions
162$(GENERATED_CODE): % : %.cfa $(CFACCBIN)
163        $(CFACOMPILETEST) -CFA -XCFA -p -c -fsyntax-only -o $(abspath ${@})
164
[e16797c]165#------------------------------------------------------------------------------
166# CUSTOM TARGET
167#------------------------------------------------------------------------------
[66812dd]168# tests that just validate syntax and compiler output should be compared to stderr
[e6cfb4e2]169CFACOMPILE_SYNTAX = $(CFACOMPILETEST) -Wno-unused-variable -Wno-unused-label -c -fsyntax-only -o $(abspath ${@})
[40c81e5]170
171SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \
[ee858bf]172        init1 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment
[66812dd]173$(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN)
[e6cfb4e2]174        $(CFACOMPILE_SYNTAX)
175        $(if $(test), cp $(test) $(abspath ${@}), )
[87fc1b4]176
[34e1494]177# expected failures
[e6cfb4e2]178# use custom target since they require a custom define *and* have a name that doesn't match the file
[34e1494]179alloc-ERROR : alloc.cfa $(CFACCBIN)
[e6cfb4e2]180        $(CFACOMPILE_SYNTAX) -DERR1
181        -cp $(test) $(abspath ${@})
[b93a3de]182
[ee858bf]183init1-ERROR : init1.cfa $(CFACCBIN)
184        $(CFACOMPILE_SYNTAX) -DERR1
185        -cp $(test) $(abspath ${@})
186
[34e1494]187typedefRedef-ERR1 : typedefRedef.cfa $(CFACCBIN)
[e6cfb4e2]188        $(CFACOMPILE_SYNTAX) -DERR1
189        -cp $(test) $(abspath ${@})
[e2c70ab]190
[34e1494]191nested-types-ERR1 : nested-types.cfa $(CFACCBIN)
[e6cfb4e2]192        $(CFACOMPILE_SYNTAX) -DERR1
193        -cp $(test) $(abspath ${@})
[49e1275]194
[34e1494]195nested-types-ERR2 : nested-types.cfa $(CFACCBIN)
[e6cfb4e2]196        $(CFACOMPILE_SYNTAX) -DERR2
197        -cp $(test) $(abspath ${@})
[49e1275]198
[34e1494]199raii/memberCtors-ERR1 : raii/memberCtors.cfa $(CFACCBIN)
[e6cfb4e2]200        $(CFACOMPILE_SYNTAX) -DERR1
201        -cp $(test) $(abspath ${@})
[cdbfab0]202
[34e1494]203raii/ctor-autogen-ERR1 : raii/ctor-autogen.cfa $(CFACCBIN)
[e6cfb4e2]204        $(CFACOMPILE_SYNTAX) -DERR1
205        -cp $(test) $(abspath ${@})
[80e8582]206
[34e1494]207raii/dtor-early-exit-ERR1 : raii/dtor-early-exit.cfa $(CFACCBIN)
[e6cfb4e2]208        $(CFACOMPILE_SYNTAX) -DERR1
209        -cp $(test) $(abspath ${@})
[80e8582]210
[34e1494]211raii/dtor-early-exit-ERR2 : raii/dtor-early-exit.cfa $(CFACCBIN)
[e6cfb4e2]212        $(CFACOMPILE_SYNTAX) -DERR2
213        -cp $(test) $(abspath ${@})
[e16797c]214
[5715d43]215# Exception Tests
216# Test with libcfathread; it changes how storage works.
217
218exceptions/%-threads : exceptions/%.cfa $(CFACCBIN)
219        $(CFACOMPILETEST) -include exceptions/with-threads.hfa -c -o $(abspath ${@}).o
220        $(CFACCLOCAL) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) $(abspath ${@}).o -o $(abspath ${@})
221
[673eb7a]222# Linking tests
223# Meta tests to make sure we see linking errors (can't compile with -O2 since it may multiply number of calls)
224linking/linkerror : linking/linkerror.cfa $(CFACCBIN)
225        $(CFACOMPILETEST) -O0 -c -o $(abspath ${@}).o
226        $(CFACCLINK)  -O0 ${@}.o -o $(abspath ${@})
[a951171]227        rm $(abspath ${@}).o
[673eb7a]228
[34e1494]229#------------------------------------------------------------------------------
230# Other targets
Note: See TracBrowser for help on using the repository browser.