소스 검색

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 \