浏览代码

forgot to commit the makefile

Paul Sajna 7 年之前
父节点
当前提交
ffd9176cdf
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      tests/.gitignore
  2. 1 0
      tests/Makefile

+ 1 - 0
tests/.gitignore

@@ -6,6 +6,7 @@
 /create.out
 /dup
 /dup.out
+/error
 /fchdir
 /fsync
 /ftruncate

+ 1 - 0
tests/Makefile

@@ -5,6 +5,7 @@ BINS=\
 	chdir \
 	create \
 	dup \
+	error \
 	fchdir \
 	fsync \
 	ftruncate \