Skip to content
Snippets Groups Projects
Commit 4408eda3 authored by huitema's avatar huitema
Browse files

Fix the missing tests in the Linux build.

parent 6960760c
No related merge requests found
......@@ -30,6 +30,7 @@ SET(PICOQUIC_LIBRARY_FILES
SET(PICOQUIC_TEST_LIBRARY_FILES
picoquictest/ack_of_ack_test.c
picoquictest/cleartext_aead_test.c
picoquictest/cnx_creation_test.c
picoquictest/float16test.c
picoquictest/fnv1atest.c
......
......@@ -19,6 +19,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <string.h>
#include "../picoquic/picoquic_internal.h"
#include "../picoquic/tls_api.h"
......@@ -172,4 +173,5 @@ int cleartext_aead_test()
}
return ret;
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment