| // 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. |
| // This file was auto-generated via go generate. |
| // DO NOT UPDATE MANUALLY |
| import "v.io/x/ref/test/modules" |
| modules.RegisterChild("handleDefaults", ``, handleDefaults) |
| modules.RegisterChild("handleCustom", ``, handleCustom) |
| modules.RegisterChild("handleCustomWithStop", ``, handleCustomWithStop) |
| modules.RegisterChild("handleDefaultsIgnoreChan", ``, handleDefaultsIgnoreChan) |
| func TestMain(m *testing.M) { |
| if modules.IsModulesChildProcess() { |
| if err := modules.Dispatch(); err != nil { |
| fmt.Fprintf(os.Stderr, "modules.Dispatch failed: %v\n", err) |