From d0182e98ca6baf2e5fc7dfddeff81bc8db864284 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 16:44:15 +0100 Subject: [PATCH] Travis test scripts --- README.md | 2 ++ test/Makefile.in | 16 ++++++++++++++++ test/travis/before_script.sh | 2 ++ 3 files changed, 20 insertions(+) diff --git a/README.md b/README.md index a56aecc9..77ff632f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/clicon/clixon.png)](https://travis-ci.org/clicon/clixon) + # Clixon Clixon is a YANG-based configuration manager, with interactive CLI, diff --git a/test/Makefile.in b/test/Makefile.in index acb0d930..26445dc7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -44,6 +44,22 @@ SHELL = /bin/sh all: ./test_xml.sh + ./test_netconf.sh + ./test_cli.sh + ./test_datastore.sh + ./test_feature.sh + ./test_install.sh + ./test_leafref.sh + ./test_list.sh + ./test_order.sh + ./test_type.sh + ./test_union.sh + ./test_when_must.sh + ./test_xml.sh + ./test_xpath.sh + ./test_yang_load.sh + ./test_yang.sh + # ./all.sh clean: diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index a74689f4..fbbb6f42 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -6,3 +6,5 @@ git clone https://github.com/olofhagsand/cligen.git ./configure && make && sudo make install sudo /sbin/ldconfig sudo make install-include +(cd example && make && sudo make install) +