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
|
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test int_test flag fbtest
|
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test int_test flag fbtest kbdtest
|
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
|
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
|
# inst_set_test
|
# inst_set_test
|
ACV_TESTS = acv_uart acv_gpio
|
ACV_TESTS = acv_uart acv_gpio
|
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
|
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
|
# Subdirectory tests
|
# Subdirectory tests
|
Line 96... |
Line 96... |
except_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
|
except_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
|
int_test_SOURCES = spr_defs.h int_test.S
|
int_test_SOURCES = spr_defs.h int_test.S
|
int_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
|
int_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
|
fbtest_SOURCES = $(OR1K_SUPPORT_S) support.h fbtest.c
|
fbtest_SOURCES = $(OR1K_SUPPORT_S) support.h fbtest.c
|
fbtest_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
fbtest_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
|
kbdtest_SOURCES = $(OR1K_SUPPORT_S) support.h kbdtest.c
|
|
kbdtest_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
################################################
|
################################################
|
|
|
else
|
else
|
|
|
##### Platform Dependent Tests - not OR1K #####
|
##### Platform Dependent Tests - not OR1K #####
|
Line 113... |
Line 115... |
acv_gpio_SOURCES =
|
acv_gpio_SOURCES =
|
mmu_SOURCES =
|
mmu_SOURCES =
|
except_test_SOURCES =
|
except_test_SOURCES =
|
int_test_SOURCES =
|
int_test_SOURCES =
|
fbtest_SOURCES =
|
fbtest_SOURCES =
|
|
kbdtest_SOURCES =
|
###############################################
|
###############################################
|
|
|
endif
|
endif
|
|
|
## Neccessary stuff
|
## Neccessary stuff
|