OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [Makefile.am] - Blame information for rev 82

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
# Local macros
31
ACLOCAL_AMFLAGS = -I m4
32
 
33
# C code for programs used only in testing is in 'test-code'. Other subdirs
34
# are only there to ensure DejaGNU code is distributed.
35
SUBDIRS = config        \
36
          lib           \
37
          or1ksim.tests \
38
          test-code
39
 
40
EXTRA_DIST = default-global-conf.exp
41
 
42
# Setup for DejaGNU
43
AUTOMAKE_OPTIONS    = dejagnu
44
 
45
export DEJAGNU
46
 
47
DEJATOOL            = or1ksim
48
 
49
RUNTESTDEFAULTFLAGS = --tool $$tool          \
50
                      --srcdir $(top_srcdir) \
51
                      --outdir $(builddir)
52
 
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.