vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
288 stars 66 forks source link

make check on FreeBSD ran no tests #41

Closed emaste closed 4 years ago

emaste commented 4 years ago

I built & tried to run tests (on FreeBSD-current) but get:

% make check
make  check-TESTS
============================================================================
Testsuite summary for squashfuse 0.1.103
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
vasi commented 4 years ago

Ooh, thanks for trying! Do you have a config.log? That should help us figure out why tests aren't planned.

vasi commented 4 years ago

Did some quick testing, I think this branch should work: https://github.com/vasi/squashfuse/tree/vasi-fbsd

You'll need to make sure you have installed at least: autoconf automake libtool pkgconf fusefs-libs squashfs-tools coreutils. And also the sysctl vfs.usermount=1

Let me know how it goes!

vasi commented 4 years ago

Fixed on master!

emaste commented 2 years ago

Oh no, somehow I missed this discussion two years ago. Thank you for fixing this!