Ver código fonte

forgot to commit the makefile

Paul Sajna 7 anos atrás
pai
commit
ffd9176cdf
2 arquivos alterados com 2 adições e 0 exclusões
  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 \