blob: 7d9f5d90fe2fd5605235a92653fa303531cd3d9d [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main_test
import "testing"
func TestRunCommand(t *testing.T) {
testHelper(t, "run", "Run")
}