summaryrefslogtreecommitdiff
path: root/libs/samba/src/test/java
AgeCommit message (Collapse)Author
2024-08-22fixup! samba: Add docker server run by testsJoel Klinghed
Kotlin + truth is somewhat pedantic at times
2024-08-22samba: Add docker server run by testsJoel Klinghed
Current user needs to be in docker group (or in some other way have access to the docker.socket) for this to work. Two current problems: * listRoot() fails, no directories are found. * gradle hangs after running the samba tests
2024-08-20Support building libsamba.so for unittestsJoel Klinghed
Unittests still fail as there is no samba server to talk to (step 2).