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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [inst-set-test/] [Makefile.am] - Diff between revs 90 and 107

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 90 Rev 107
Line 1... Line 1...
# Makefile.am for or1ksim testsuite CPU test program: inst-set-test
# Makefile.am for or1ksim instruction set test programs:
 
 
# Copyright (C) Embecosm Limited, 2010
# Copyright (C) Embecosm Limited, 2010
 
 
# Contributor Jeremy Bennett 
# Contributor Jeremy Bennett 
 
 
Line 22... Line 22...
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# This code is commented throughout for use with Doxygen.
# This code is commented throughout for use with Doxygen.
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
 
 
 
 
# A test of the instruction set. Currently not working. Builds with warnings
# Tests of the instruction set. Broken out into separate tests, to avoid them
# and runs with errors.
# getting too large. The original instruction set test is still here, but not
 
# built by default.
 
EXTRA_DIST = inst-set.ld
 
 
if BUILD_ALL_TESTS
if BUILD_ALL_TESTS
check_PROGRAMS        = inst-set-test
INST_SET_TEST_OLD = inst-set-test-old
 
else
 
INST_SET_TEST_OLD =
endif
endif
 
 
inst_set_test_SOURCES = inst-set-test.c
# Support library for use when testing the instruction set.
 
check_LTLIBRARIES           = libinst-set-test.la
 
 
 
libinst_set_test_la_SOURCES = inst-set-test.S
 
 
 
# The test programs
 
check_PROGRAMS = is-div-test          \
 
                 is-lws-test          \
 
                 $(INST_SET_TEST_OLD)
 
 
 
# The new instruction set tests.
 
is_div_test_SOURCES = is-div-test.S
 
is_div_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
 
is_div_test_LDADD   = inst-set-test.lo
 
 
 
is_lws_test_SOURCES = is-lws-test.S
 
is_lws_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
 
is_lws_test_LDADD   = inst-set-test.lo
 
 
 
# The old test which builds with warnings and runs with errors
 
inst_set_test_old_SOURCES = inst-set-test-old.c
 
 
inst_set_test_LDFLAGS = -T$(srcdir)/../default.ld
inst_set_test_old_LDFLAGS = -T$(srcdir)/../default.ld
 
 
inst_set_test_LDADD   = ../except/except.lo      \
inst_set_test_old_LDADD   = ../except/except.lo      \
                        ../support/libsupport.la
                        ../support/libsupport.la

powered by: WebSVN 2.1.0

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