Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
80c05c505da9982a597aa4a4e5c64b92306e3656
/
.
/
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