Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
93157fbe34e3ea2df3d62be0fbc3c7106fbb9e7f
/
.
/
ql-iob-plugin
/
tests
/
ckpad
/
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