core: rename format-tests testsuite to core

This commit is contained in:
Richard Marko 2023-11-22 10:59:58 +01:00
parent 317603038e
commit 9a333cc1f0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cradle:
component: "lib:hnix-store-core"
- path: "./hnix-store-core/tests"
component: "hnix-store-core:test:format-tests"
component: "hnix-store-core:test:core"
- path: "./hnix-store-db/src"
component: "lib:hnix-store-db"

View File

@ -94,7 +94,7 @@ library
, vector
hs-source-dirs: src
test-suite format-tests
test-suite core
import: commons
type: exitcode-stdio-1.0
main-is: Driver.hs