6 Commits

Author SHA1 Message Date
d2ff570dd0 bump version 2025-11-21 22:08:13 +01:00
df8b4349c2 use echo 2025-11-21 22:06:03 +01:00
859ee51b34 fix padding bug 2025-11-21 21:59:39 +01:00
f37954d6a3 reformat 2025-11-21 21:59:28 +01:00
f604b51d72 fix key copy 2025-11-21 21:59:08 +01:00
22ac094680 enhance tests 2025-11-21 21:58:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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