Skip to content

Commit

Permalink
mssim: Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisccoulson committed Jan 4, 2025
1 parent 60f943a commit d237989
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mssim/mssim_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Copyright 2024 Canonical Ltd.
// Licensed under the LGPLv3 with static-linking exception.
// See LICENCE file for details.

package mssim_test

import (
"testing"

"github.com/canonical/go-tpm2/testutil"
. "gopkg.in/check.v1"
)

func init() {
testutil.AddCommandLineFlags()
}

func Test(t *testing.T) { TestingT(t) }

0 comments on commit d237989

Please sign in to comment.