repo.or.cz
/
fpgammix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial
[fpgammix.git]
/
regression-tests
/
test-div
/
Makefile
blob
68f51def627476fcd7e04cb1e92c7b11929473d4
1
FPGAMMIX_DIR
=/
home
/
tommy
/
fpgammix
2
TARGET
=
fpgammix-sim
3
4
include
..
/
include
/
rules.mk
5
6
#all: test-div-kernel.dis test-div-kernel.run-fpgammix-sim
7
#all: test-divu-kernel.run-fpgammix-sim test-divu-kernel.dis
8
9
run
:
test-
$(
WHAT
)-
kernel.run-
$(
TARGET
)
10
11