You've already forked pgbackrest
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user