Skip to content

Commit 500cf4b

Browse files
committed
distro UPDATE apkg tests
1 parent b84a1ae commit 500cf4b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

distro/tests/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Tests: test-pkg-config.sh

distro/tests/test-pkg-config.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -ex
3+
4+
version=`pkg-config --modversion libnetconf2`
5+
echo "$version" | grep '2\.[0-9.]\+'

0 commit comments

Comments
 (0)