summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-04-29 16:21:40 +0000
committerGitHub <noreply@github.com>2026-04-29 16:21:40 +0000
commit1cb9be0c3f5c3e600f7369cfa9c4edeb855169b5 (patch)
treebf7ec9c5d152fa948cf89a571e3cc9513f0e60ea
parent375e24aea520d5f8449885158d1880e594cc9f65 (diff)
downloadipaddrcheck-1cb9be0c3f5c3e600f7369cfa9c4edeb855169b5.tar.gz
ipaddrcheck-1cb9be0c3f5c3e600f7369cfa9c4edeb855169b5.zip
general: T8595: fix version note and test description in CLAUDE.md
Agent-Logs-Url: https://github.com/vyos/ipaddrcheck/sessions/25da2a79-0e92-4e88-9505-f89b6f544a86 Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com>
-rw-r--r--CLAUDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index b546a5a..867ff78 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -8,7 +8,7 @@ C utility for IPv4/IPv6 address and prefix validation in shell scripts. Used by
- C, autotools (`configure.ac`, `Makefile.am`, autoconf 2.x).
- Dependencies: `libcidr` (parsing), `libpcre2-8` (regex), `check >= 0.9.4` (test framework).
-- Debian packaging under `debian/`. Current source version `1.1`.
+- Debian packaging under `debian/`. Upstream autotools version `1.1` (`configure.ac`); current Debian package version `1.4` (`debian/changelog`).
## Build / test / run
@@ -25,7 +25,7 @@ dpkg-buildpackage -uc -us -tc -b
## Repository layout
- `src/` — C sources (`ipaddrcheck.c`, headers, autotools `Makefile.am`).
-- `tests/` — libcheck unit tests.
+- `tests/` — libcheck C unit tests (`check_ipaddrcheck.c`) and shell integration tests (`assert.sh`, `integration_tests.sh`).
- `man/` — manpages.
- `debian/` — Debian packaging.
- `configure.ac`, `Makefile.am`, `INSTALL`, `NEWS`, `ChangeLog`, `AUTHORS`, `COPYING` (GPL-2), `COPYING-LGPL` (LGPL-2.1).