Skip to content

Commit

Permalink
build: Add the *_test.go files for unit tests to src/meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Dec 12, 2023
1 parent 9c2b5e9 commit cfd8ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/meson.build
Expand Up @@ -17,15 +17,18 @@ sources = files(
'cmd/root.go',
'cmd/rootDefault.go',
'cmd/rootMigrationPath.go',
'cmd/root_test.go',
'cmd/run.go',
'cmd/utils.go',
'pkg/podman/podman.go',
'pkg/shell/shell.go',
'pkg/shell/shell_test.go',
'pkg/skopeo/skopeo.go',
'pkg/utils/libsubid-wrappers.c',
'pkg/utils/errors.go',
'pkg/utils/utils.go',
'pkg/utils/utils_cgo.go',
'pkg/utils/utils_test.go',
'pkg/version/version.go',
)

Expand Down

0 comments on commit cfd8ec5

Please sign in to comment.