]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
update readme for bats deps
authorBastian Dehn <hhaalo@arcor.de>
Thu, 16 Jul 2026 18:36:48 +0000 (20:36 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 16 Jul 2026 18:36:48 +0000 (20:36 +0200)
readme.md

index e7f7dcea6aeff34690242952c5a87ec2a8d205c8..448a9bb183dad9ffaab08783858e5e6d79a57573 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -35,7 +35,8 @@ Website][alaris].
 ### Test dependencies
 
 - [cmocka][cmocka] - test framwork
-- [cppcheck][cppcheck]- static code analysis
+- [cppcheck][cppcheck] - static code analysis
+- [bats][bats] - bash automated testing system for deb package scripts
 
 ## Build
 
@@ -56,7 +57,7 @@ sudo apt-get install imagemagick libmagickcore-dev
 install develop dependencies
 
 ```bash
-sudo apt-get install libcmocka-dev cppcheck lcov
+sudo apt-get install libcmocka-dev cppcheck lcov bats bats-support bats-assert
 ```
 
 ### Build source
@@ -166,4 +167,5 @@ KDS_S2000W_NET_DEBUG=6 xsane
 [netpbm-docu]: https://netpbm.sourceforge.net
 [imagemagick-docu]: https://imagemagick.org/script/magick-core.php
 [cmocka]: https://api.cmocka.org/
-[cppcheck]: https://sourceforge.net/p/cppcheck/wiki/Home/
\ No newline at end of file
+[cppcheck]: https://sourceforge.net/p/cppcheck/wiki/Home/
+[bats]: https://github.com/bats-core
\ No newline at end of file