Adding upstream version 3.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
64dbec996d
commit
cfcebb1a7d
569 changed files with 205393 additions and 0 deletions
1
distro/tests/control
Normal file
1
distro/tests/control
Normal file
|
@ -0,0 +1 @@
|
|||
Tests: test-pkg-config.sh test-yanglint.sh
|
5
distro/tests/test-pkg-config.sh
Executable file
5
distro/tests/test-pkg-config.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
version=`pkg-config --modversion libyang`
|
||||
echo "$version" | grep '2\.[0-9.]\+'
|
5
distro/tests/test-yanglint.sh
Executable file
5
distro/tests/test-yanglint.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
version=`yanglint --version`
|
||||
echo "$version" | grep '2\.[0-9.]\+'
|
Loading…
Add table
Add a link
Reference in a new issue