vdltestgen

command
v0.0.0-...-0921c0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2017 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

Command vdltestgen generates types and values for the vdltest package. The following files are generated:

vtype_gen.vdl       - Named "V" types, regular VDL types.
ventry_pass_gen.vdl - Entries that pass conversion from source to target.
ventry_fail_gen.vdl - Entries that fail conversion from source to target.

xtype_gen.vdl       - Named "X" types, no VDL{IsZero,Read,Write} methods.
xentry_pass_gen.vdl - Entries that pass conversion from source to target.
xentry_fail_gen.vdl - Entries that fail conversion from source to target.

Do not run this tool manually. Instead invoke it via:

$ jiri run go generate v.io/v23/vdl/vdltest

Usage:

vdltestgen [flags]

The global flags are:

-metadata=<just specify -metadata to activate>
  Displays metadata for the program and exits.
-time=false
  Dump timing information to stderr before exiting the program.
-vdltest=
  Filter vdltest.All to only return entries that contain the given substring.
  If the value starts with "!", only returns entries that don't contain the
  given substring.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL