mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
- Init Autotest. Not using DejaGNU since there won't be many interactive testing. - Add basic test cases for the utility library (hash and prng).
43 lines
718 B
Text
43 lines
718 B
Text
#
|
|
# Copyright (C) 2024 CismonX <admin@cismon.net>
|
|
#
|
|
# Copying and distribution of this file, with or without modification, are
|
|
# permitted in any medium without royalty, provided the copyright notice and
|
|
# this notice are preserved. This file is offered as-is, without any warranty.
|
|
#
|
|
|
|
# Generated by devel tools
|
|
\#*#
|
|
*~
|
|
*.swp
|
|
/.ccls
|
|
/.ccls-cache/
|
|
/.idea/
|
|
/.vscode/
|
|
|
|
# Generated by the build system
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/autoscan.log
|
|
/compile
|
|
/config.guess
|
|
/config.h.in
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/doc/*.info
|
|
/doc/mdate-sh
|
|
/doc/stamp-vti
|
|
/doc/texinfo.tex
|
|
/doc/version.texi
|
|
/install-sh
|
|
/ltmain.sh
|
|
/m4/libtool.m4
|
|
/m4/lt*.m4
|
|
/missing
|
|
/tests/package.m4
|
|
/tests/testsuite
|
|
Makefile.in
|
|
|
|
# The build tree
|
|
/build/
|