@@ -19,7 +19,7 @@ Spec conformance tests:
1919AFP spec test. Assume exported volumes are only modified with netatalk.
2020
2121./sleeptest:
22- AFP spec tests for sleeping (FPZzz), no included in spectest
22+ AFP spec tests for sleeping (FPZzz). Not included in spectest.
2323
2424./logintest:
2525AFP spec tests for DSI and login. Not included in spectest.
@@ -63,6 +63,8 @@ Compilation
6363===========
6464
6565Setup meson with the `-Dwith-testsuite=true' option.
66+ Then compile the netatalk package as usual.
67+ The afptest binaries can be found under build/test/testsuite/
6668
6769
6870Configuration for running the APF spec tests
@@ -94,14 +96,14 @@ path = /u/test
9496
9597For testing with a Mac, same config (user1 or user2 are not owner)
9698
97- make check
99+ meson test
98100----------
99101
100102You can also run the complete spectest (one user, two users, local access) with
101- `make check `. To do so, run:
102- - `make check ` once in order to generate a boilerplate config file "spectest.conf"
103- - edit "spectest.conf" to suit your need
104- - run `make check ` again
103+ `meson test `. To do so, run:
104+ - `cd build && meson test ` once in order to generate a boilerplate config file "spectest.conf"
105+ - edit "build/test/testsuite/ spectest.conf" to suit your needs
106+ - run `meson test ` again
105107
106108Return Code
107109-----------
0 commit comments