diff --git a/README.md b/README.md index 3f13db5..21a7a4f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/staskobzar/amiws.svg?branch=master)](https://travis-ci.org/staskobzar/amiws) ![](https://img.shields.io/badge/license-GPL_3-green.svg "License") [![codecov](https://codecov.io/gh/staskobzar/amiws/branch/master/graph/badge.svg)](https://codecov.io/gh/staskobzar/amiws) -![verion-2.0.0](https://img.shields.io/badge/version-2.0.0-blue.svg) +![verion-2.0.1](https://img.shields.io/badge/version-2.0.1-blue.svg) ### Introduction diff --git a/test/Makefile.am b/test/Makefile.am index 92bc7f0..f818af1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,6 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/tap-driver.sh -#TESTS = config_test pack_scan amipack_create_test amipack_parse_test amipack_parse_queue_test TESTS = test_config test_pack_scan \ test_create_packet \ test_pack_type_detect \ @@ -10,7 +9,6 @@ TESTS = test_config test_pack_scan \ test_parser_command \ test_parser_queue -#check_PROGRAMS = config_test pack_scan amipack_create_test amipack_parse_test amipack_parse_queue_test check_PROGRAMS = test_config test_pack_scan \ test_create_packet \ test_pack_type_detect \