From ffd9176cdfe04694a25ec62f9b6a424e996e9e94 Mon Sep 17 00:00:00 2001
From: Paul Sajna <paulsajna@gmail.com>
Date: Wed, 7 Mar 2018 18:45:03 -0800
Subject: [PATCH] forgot to commit the makefile

---
 tests/.gitignore | 1 +
 tests/Makefile   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index 759d9904..dead47ff 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -6,6 +6,7 @@
 /create.out
 /dup
 /dup.out
+/error
 /fchdir
 /fsync
 /ftruncate
diff --git a/tests/Makefile b/tests/Makefile
index 41dc2240..8d87af54 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,6 +5,7 @@ BINS=\
 	chdir \
 	create \
 	dup \
+	error \
 	fchdir \
 	fsync \
 	ftruncate \
-- 
GitLab