# Makefile.am for or1ksim testsuite test-code-or1k
|
# Makefile.am for or1ksim testsuite test-code-or1k
|
|
|
# Copyright (C) Embecosm Limited, 2010
|
# Copyright (C) Embecosm Limited, 2010
|
|
|
# Contributor Jeremy Bennett
|
# Contributor Jeremy Bennett
|
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
|
|
# This program is free software; you can redistribute it and/or modify it
|
# This program is free software; you can redistribute it and/or modify it
|
# under the terms of the GNU General Public License as published by the Free
|
# under the terms of the GNU General Public License as published by the Free
|
# Software Foundation; either version 3 of the License, or (at your option)
|
# Software Foundation; either version 3 of the License, or (at your option)
|
# any later version.
|
# any later version.
|
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# more details.
|
# more details.
|
|
|
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
# with this program. If not, see . */
|
# with this program. If not, see . */
|
|
|
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
# This code is commented throughout for use with Doxygen.
|
# This code is commented throughout for use with Doxygen.
|
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
|
|
|
|
# Local macros
|
# Local macros
|
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
# Subdirs for each test program. Support, exception and common machine code
|
# Subdirs for each test program. Support, exception and common machine code
|
# handling libraries must be first.
|
# handling libraries must be first.
|
|
|
# The following test will not build without warning, so its Makefile does
|
# The following test will not build without warning, so its Makefile does
|
# nothing, unless the --enable-all-tests flag is used with configure.
|
# nothing, unless the --enable-all-tests flag is used with configure.
|
# - inst-set-test
|
# - inst-set-test
|
|
|
EXTRA_DIST = default.ld \
|
EXTRA_DIST = default.ld \
|
except-mc.ld
|
except-mc.ld
|
|
|
SUBDIRS = support \
|
SUBDIRS = support \
|
except \
|
except \
|
mc-common \
|
mc-common \
|
acv-gpio \
|
acv-gpio \
|
acv-uart \
|
acv-uart \
|
basic \
|
basic \
|
cache \
|
cache \
|
cbasic \
|
cbasic \
|
cfg \
|
cfg \
|
dhry \
|
dhry \
|
dmatest \
|
dmatest \
|
eth \
|
eth \
|
except-test \
|
except-test \
|
exit \
|
exit \
|
ext \
|
ext \
|
fbtest \
|
fbtest \
|
fp \
|
fp \
|
|
testfloat \
|
functest \
|
functest \
|
flag \
|
flag \
|
inst-set-test \
|
inst-set-test \
|
int-logger \
|
int-logger \
|
int-test \
|
int-test \
|
kbdtest \
|
kbdtest \
|
local-global \
|
local-global \
|
loop \
|
loop \
|
mc-async \
|
mc-async \
|
mc-dram \
|
mc-dram \
|
mc-ssram \
|
mc-ssram \
|
mc-sync \
|
mc-sync \
|
mem-test \
|
mem-test \
|
mmu \
|
mmu \
|
mul \
|
mul \
|
mycompress \
|
mycompress \
|
tick \
|
tick \
|
uos \
|
uos \
|
upcalls
|
upcalls
|
|
|