1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add unit tests for the unit test build code.

When this code was migrated to C the unit tests were not included because there were more important priorities at the time.

This also requires some adjustments to coverage because of the new code location.
This commit is contained in:
David Steele
2023-01-05 12:59:06 +07:00
parent a5499afabc
commit 4429bc82f5
9 changed files with 994 additions and 62 deletions
+13
View File
@@ -631,6 +631,19 @@ unit:
- build/postgres/parse
- build/postgres/render
# ********************************************************************************************************************************
- name: test
test:
# ----------------------------------------------------------------------------------------------------------------------------
- name: test
total: 3
coverage:
- test/command/test/build
- test/command/test/define
- test/command/test/test
# ********************************************************************************************************************************
- name: info