mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 13:32:41 -08:00
Configura config test run
Copied from Perforce Change: 21342 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
55692309b6
commit
3052c5a88f
1 changed files with 9 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# impl.gmk.comm: COMMON GNUMAKEFILE FRAGMENT
|
||||
#
|
||||
# $HopeName: MMsrc!comm.gmk(trunk.60) $
|
||||
# $HopeName: MMsrc!comm.gmk(trunk.61) $
|
||||
# Copyright (C) 2000 Harlequin Limited. All rights reserved.
|
||||
#
|
||||
# DESCRIPTION
|
||||
|
|
@ -103,6 +103,9 @@ else
|
|||
ifeq ($(TARGET),replaysw)
|
||||
CFLAGSTARGET = -DCONFIG_PROD_EPCORE
|
||||
else
|
||||
ifeq ($(TARGET),amcsshe)
|
||||
CFLAGSTARGET = -DCONFIG_PROD_CONFIGURA
|
||||
else
|
||||
ifeq ($(TARGET),mmdw.a)
|
||||
CFLAGSTARGET = -DCONFIG_PROD_DYLAN
|
||||
else
|
||||
|
|
@ -269,10 +272,14 @@ all: mpmss apss sacss amcss amsss segsmss awlut mpsicv lockcov poolncv mps.a \
|
|||
# These tests are run overnight (see design.buildsys.overnight).
|
||||
# bttest & teletest cannot be run unattended
|
||||
# mv2test cannot be run because MV2 is broken
|
||||
testrun: mpmss apss sacss amcss amcsshe amsss segsmss awlut mpsicv lockcov \
|
||||
testrun: mpmss apss sacss amcss amsss segsmss awlut mpsicv lockcov \
|
||||
poolncv locv qs finalcv arenacv abqtest cbstest btcv messtest
|
||||
$(^:%=date && $(PFM)/$(VARIETY)/% &&) true
|
||||
|
||||
# Runs the automatic tests that are built with CONFIG_PROD_CONFIGURA
|
||||
testruncongif: amcsshe
|
||||
$(^:%=date && $(PFM)/$(VARIETY)/% &&) true
|
||||
|
||||
# Runs the automatic tests that are built with CONFIG_PROD_EPCORE
|
||||
# mv2eptst cannot be run unattended
|
||||
testrunep: epvmss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue