X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=tests%2Flib.h;h=a4c1dd6b75dba613fe5f62dd861c293b95cfca91;hp=e5609d44167856a1600a2de6c0acb1584b71c27e;hb=5f7742af35b472003f57634909161708ff2d986f;hpb=b92233847c6a77dfb66ac2eaef3c2ef4ff57640c diff --git a/tests/lib.h b/tests/lib.h index e5609d4..a4c1dd6 100644 --- a/tests/lib.h +++ b/tests/lib.h @@ -14,13 +14,15 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef LIBSIGROKDECODE_TESTS_LIB_H #define LIBSIGROKDECODE_TESTS_LIB_H +void srdtest_setup(void); +void srdtest_teardown(void); + Suite *suite_core(void); Suite *suite_decoder(void); Suite *suite_inst(void);