diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -42,10 +42,12 @@ fi ## Testing -Unit tests are defined under 't/'. +Unit tests are defined under 't/'. Note some tests require environmental flags +resulting in modifying your slackware system. You should run them under docker +as described below. ``` -prove -v t/*.t +prove -v t ``` You can use the Dockerfile to remove the headache for setting up the test |