Add readline tests

This commit is contained in:
Drew DeVault 2016-06-19 12:48:20 -04:00
parent 8758a2bd04
commit 689935ed39
6 changed files with 86 additions and 14 deletions

View file

@ -1,6 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include "tests.h"
#include "list.h"