forked from rsyslog/librelp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testbench: add test for receiver abort and restart
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
- Loading branch information
Showing
13 changed files
with
509 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,11 @@ | |
|
||
AC_PREREQ(2.61) | ||
AC_INIT([librelp], [1.2.19.master], [[email protected]]) | ||
AM_INIT_AUTOMAKE | ||
AM_INIT_AUTOMAKE | ||
|
||
# change to the one below if Travis has a timeout | ||
#AM_INIT_AUTOMAKE([subdir-objects serial-tests]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
|
||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
AC_CONFIG_SRCDIR([src/relp.c]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.