Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
574995bb0810611375250d3ad91e45615b878d89
/
.
/
get_count-plugin
/
tests
/
Makefile
blob: 80cdc79c5723b45ad6efd040f5e9ba6809a72c26 [
file
] [
log
] [
blame
]
TESTS
=
$
(
subst
/,
,
$
(
wildcard
*/))
all
:
clean $
(
addsuffix
/
ok
,
$
(
TESTS
))
clean
:
@find
.
-
name
"ok"
|
xargs rm
-
rf
define maketest
=
$1
/
ok
:
cd $1
&&
$
(
MAKE
)
test
endef
$
(
foreach _
,
$
{
TESTS
},
$
(
eval
$
(
call maketest
,
$_
)))
.
PHONY
:
all clean