@@ -19,7 +19,7 @@ Spec conformance tests:
19
19
AFP spec test. Assume exported volumes are only modified with netatalk.
20
20
21
21
./sleeptest:
22
- AFP spec tests for sleeping (FPZzz), no included in spectest
22
+ AFP spec tests for sleeping (FPZzz). Not included in spectest.
23
23
24
24
./logintest:
25
25
AFP spec tests for DSI and login. Not included in spectest.
@@ -63,6 +63,8 @@ Compilation
63
63
===========
64
64
65
65
Setup 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/
66
68
67
69
68
70
Configuration for running the APF spec tests
@@ -94,14 +96,14 @@ path = /u/test
94
96
95
97
For testing with a Mac, same config (user1 or user2 are not owner)
96
98
97
- make check
99
+ meson test
98
100
----------
99
101
100
102
You 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
105
107
106
108
Return Code
107
109
-----------
0 commit comments