We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89afc6e commit bd12eefCopy full SHA for bd12eef
distro/tests/control
@@ -0,0 +1 @@
1
+Tests: test-pkg-config.sh test-yanglint.sh
distro/tests/test-pkg-config.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
2
+set -ex
3
+
4
+version=`pkg-config --modversion libyang`
5
+echo "$version" | grep '2\.[0-9.]\+'
distro/tests/test-yanglint.sh
+version=`yanglint --version`
0 commit comments