r2dec_js, fix TEST() (#11827)

This commit is contained in:
Schrijvers Luc
2025-02-26 18:44:47 +01:00
committed by GitHub
parent 5df31377a3
commit 665ef3e47c

View File

@@ -71,5 +71,6 @@ INSTALL()
TEST()
{
make check
unset meson
meson test -C build
}