Include config.h from tests/*.h

This commit is contained in:
Tatsuhiro Tsujikawa
2016-03-19 11:46:49 +09:00
parent dcae6efaa2
commit 65b59bd78a
13 changed files with 48 additions and 3 deletions

View File

@@ -25,6 +25,10 @@
#ifndef NGHTTP2_SESSION_TEST_H
#define NGHTTP2_SESSION_TEST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
void test_nghttp2_session_recv(void);
void test_nghttp2_session_recv_invalid_stream_id(void);
void test_nghttp2_session_recv_invalid_frame(void);