blob: 615b89177b8fe3894cf5c660385f0b51ad477e97 (
plain)
1
2
3
4
5
6
7
|
if WINDOWS
else
check_SCRIPTS += tests/rdsquashfs/pathtraversal.sh
TESTS += tests/rdsquashfs/pathtraversal.sh
endif
EXTRA_DIST += $(top_srcdir)/tests/rdsquashfs/pathtraversal.sqfs
|