3 Commits

Author SHA1 Message Date
b836a4e75d add dist to clean 2025-11-23 18:01:14 +01:00
a4a3cd470f fix db uri 2025-11-21 22:30:17 +01:00
T. von Dein
f2137627d7 unitfixes (#3)
- fix regex match padding
- fix key copying
- add more unit tests
2025-11-21 22:10:52 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ install: all
sudo ninja -C install sudo ninja -C install
clean: clean:
rm -rf build dbtool*core* dbtool.1 test.db rm -rf build dbtool*core* dbtool.1 test.db clean
test: test:
@.woodpecker/test.sh @.woodpecker/test.sh

View File

@@ -17,7 +17,7 @@ data and speed.
You need either the GNU gdbm library or the Berkeley database You need either the GNU gdbm library or the Berkeley database
system. You can find gdbm at: system. You can find gdbm at:
http://www.gnu.org/software/gdbm/gdbm.html http://www.gnu.org/software/gdbm/gdbm.html
And the berkeley library at: http://www.sleepycat.com. And the berkeley library at: https://libdb.org/.
You will also need `meson` and `ninja`: https://mesonbuild.com/. You will also need `meson` and `ninja`: https://mesonbuild.com/.