Skip to content

Commit

Permalink
removed deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstendb-ARM committed Sep 6, 2023
1 parent 1f61adc commit c0e4d23
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 705 deletions.
7 changes: 7 additions & 0 deletions cmd/commands/add_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ import (
errs "github.com/open-cmsis-pack/cpackget/cmd/errors"
)

var (
packFilePath = filepath.Join(testingDir, "1.2.3", "TheVendor.PublicLocalPack.1.2.3.pack")
fileWithPacksListed = "file_with_listed_packs.txt"
fileWithNoPacksListed = "file_with_no_listed_packs.txt"
pdscFilePath = filepath.Join(testingDir, "1.2.3", "TheVendor.PackName.pdsc")
)

var addCmdTests = []TestCase{
{
name: "test help command",
Expand Down
41 changes: 0 additions & 41 deletions cmd/commands/index.go

This file was deleted.

160 changes: 0 additions & 160 deletions cmd/commands/index_test.go

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/commands/index_windows_test.go

This file was deleted.

162 changes: 0 additions & 162 deletions cmd/commands/pack.go

This file was deleted.

Loading

0 comments on commit c0e4d23

Please sign in to comment.