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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [Makefile.am] - Diff between revs 261 and 308

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

Rev 261 Rev 308
Line 19... Line 19...
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
 
 
################### Tests #####################
################### Tests #####################
# tests in this directory
# tests in this directory
TESTS = exit cbasic local_global mul mycompress dhry
IND_TESTS = exit cbasic local_global mul mycompress dhry
OR1K_TESTS = basic cache excpt cfg pic dmatest eth
OR1K_TESTS = basic cache excpt cfg pic dmatest eth
# Subdirectory tests
# Subdirectory tests
SUB_TESTS =
SUB_TESTS =
OR1K_SUB_TESTS = uos
OR1K_SUB_TESTS = uos
###############################################
###############################################
 
 
bin_PROGRAMS = $(TESTS) $(OR1K_TESTS)
ALL_TESTS = $(IND_TESTS) $(OR1K_TESTS)
 
TESTS = $(ALL_TESTS)
 
bin_PROGRAMS = $(ALL_TESTS)
 
 
######### Platform Independent Tests ##########
######### Platform Independent Tests ##########
exit_SOURCES = $(OR1K_SUPPORT_S) support.h exit.c
exit_SOURCES = $(OR1K_SUPPORT_S) support.h exit.c
cbasic_SOURCES = $(OR1K_SUPPORT_S) support.h cbasic.c
cbasic_SOURCES = $(OR1K_SUPPORT_S) support.h cbasic.c
local_global_SOURCES = $(OR1K_SUPPORT_S) support.h local_global.c
local_global_SOURCES = $(OR1K_SUPPORT_S) support.h local_global.c
Line 89... Line 91...
OR1K_SUPPORT_S =
OR1K_SUPPORT_S =
endif
endif
 
 
LDADD = support/libsupport.a
LDADD = support/libsupport.a
LDFLAGS = -T${top_srcdir}/except.ld
LDFLAGS = -T${top_srcdir}/except.ld
 
TESTS_ENVIRONMENT = $(SHELL) ${top_srcdir}/test $(TESTS_ENV)
 
 
again: clean all
again: clean all

powered by: WebSVN 2.1.0

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