Skip to content

Commit 6f3e66c

Browse files
committed
testsuite: Update README with meson test instructions
1 parent 2a68ddc commit 6f3e66c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

test/testsuite/README

+8-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Spec conformance tests:
1919
AFP 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:
2525
AFP spec tests for DSI and login. Not included in spectest.
@@ -63,6 +63,8 @@ Compilation
6363
===========
6464

6565
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/
6668

6769

6870
Configuration for running the APF spec tests
@@ -94,14 +96,14 @@ path = /u/test
9496

9597
For testing with a Mac, same config (user1 or user2 are not owner)
9698

97-
make check
99+
meson test
98100
----------
99101

100102
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
105107

106108
Return Code
107109
-----------

0 commit comments

Comments
 (0)