URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
82 |
jeremybenn |
# Makefile.am for or1ksim testsuite
|
| 2 |
|
|
|
| 3 |
|
|
# Copyright (C) Marko Mlinar, 2001
|
| 4 |
|
|
# Copyright (C) Embecosm Limited, 2010
|
| 5 |
|
|
|
| 6 |
|
|
# Contributor Jeremy Bennett
|
| 7 |
|
|
|
| 8 |
|
|
# To add new test, edit between marked areas only
|
| 9 |
|
|
|
| 10 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
| 11 |
|
|
|
| 12 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
| 13 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
| 14 |
|
|
# Software Foundation; either version 3 of the License, or (at your option)
|
| 15 |
|
|
# any later version.
|
| 16 |
|
|
|
| 17 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
| 18 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
| 19 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
| 20 |
|
|
# more details.
|
| 21 |
|
|
|
| 22 |
|
|
# You should have received a copy of the GNU General Public License along
|
| 23 |
|
|
# with this program. If not, see . */
|
| 24 |
|
|
|
| 25 |
|
|
# -----------------------------------------------------------------------------
|
| 26 |
|
|
# This code is commented throughout for use with Doxygen.
|
| 27 |
|
|
# -----------------------------------------------------------------------------
|
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
# C code for programs used only in testing is in 'test-code'. Other subdirs
|
| 31 |
|
|
# are only there to ensure DejaGNU code is distributed.
|
| 32 |
90 |
jeremybenn |
SUBDIRS = config \
|
| 33 |
|
|
lib \
|
| 34 |
|
|
libsim.tests \
|
| 35 |
|
|
or1ksim.tests \
|
| 36 |
|
|
test-code \
|
| 37 |
|
|
test-code-or1k
|
| 38 |
82 |
jeremybenn |
|
| 39 |
95 |
jeremybenn |
EXTRA_DIST = global-conf.exp
|
| 40 |
82 |
jeremybenn |
|
| 41 |
|
|
# Setup for DejaGNU
|
| 42 |
|
|
AUTOMAKE_OPTIONS = dejagnu
|
| 43 |
|
|
|
| 44 |
784 |
jeremybenn |
# Without the "--status" flag, TCL syntax or runtime errors yield a zero exit
|
| 45 |
|
|
# code, which is then taken as an indication of success (!).
|
| 46 |
|
|
AM_RUNTESTFLAGS = --status
|
| 47 |
|
|
|
| 48 |
82 |
jeremybenn |
export DEJAGNU
|
| 49 |
|
|
|
| 50 |
90 |
jeremybenn |
DEJATOOL = libsim \
|
| 51 |
|
|
or1ksim
|
| 52 |
82 |
jeremybenn |
|
| 53 |
|
|
# Clean up the junk left by the tests
|
| 54 |
|
|
clean-local:
|
| 55 |
|
|
@$(RM) eth0.tx eth0.rx
|
| 56 |
|
|
@$(RM) kbdtest.rx
|
| 57 |
|
|
@$(RM) primary????.bmp
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.