Explorar o código

forgot to commit the makefile

Paul Sajna %!s(int64=7) %!d(string=hai) anos
pai
achega
ffd9176cdf
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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 \