Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
eaf3d86a530e6b0814a48fe02c41c0b57453bdde
/
.
/
ql-iob-plugin
/
tests
/
sdiomux
/
Makefile
blob: 912d6f4728addcffee0b596d40e47d510d749ecb [
file
] [
log
] [
blame
]
# TODO: Integrate this in the Makefile_test.command environment ?
test
:
@yosys
-
s script
.
ys
-
q
-
q
-
l $@
.
log
@printf
"Test %-18s \e[32mPASSED\e[0m @ %s\n"
$@ $
(
CURDIR
);
@touch
ok