mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/: new option -dCHARS to dump specific db; replaces use of -v
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
###############################################################################
|
||||
|
||||
tst "hierarchy: name field" <<EOF
|
||||
tst "hierarchy: name field" -dh <<EOF
|
||||
{ X=* };
|
||||
EOF
|
||||
|
||||
@@ -19,7 +19,7 @@ EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "hierarchy: name set field (correct name)" <<EOF
|
||||
tst "hierarchy: name set field (correct name)" -dh <<EOF
|
||||
<abc> = A<B<C;
|
||||
{ X=<abc> };
|
||||
EOF
|
||||
@@ -41,7 +41,7 @@ EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "hierarchy: absolute value field (with unit)" <<EOF
|
||||
tst "hierarchy: absolute value field (with unit)" -dh <<EOF
|
||||
{ X=#foo };
|
||||
EOF
|
||||
|
||||
@@ -51,7 +51,7 @@ EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "hierarchy: absolute value field (without unit)" <<EOF
|
||||
tst "hierarchy: absolute value field (without unit)" -dh <<EOF
|
||||
{ X=## };
|
||||
EOF
|
||||
|
||||
@@ -71,7 +71,7 @@ EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "hierarchy: relative value field (correct name)" <<EOF
|
||||
tst "hierarchy: relative value field (correct name)" -dh <<EOF
|
||||
{ X=#foo Y=%X };
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user