TESTS: ist: add a test file for the functions
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Aug 2017 21:36:48 +0000 (23:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Aug 2017 11:38:47 +0000 (13:38 +0200)
commitb6b3f660d01747c7d816534a01a04cc98ace9bff
treef8b3037beb7654d24d840206f8cf980791ff78bf
parente11f727c95f86143f44a3cc58d6e12024f8802cb
TESTS: ist: add a test file for the functions

This test file covers the various functions provided by ist.h. It allows
both to test them for absence of regression, and to observe the code
emitted at different optimization levels.
tests/ist.c [new file with mode: 0644]