Jan Klemkow преди 6 години
родител
ревизия
31c039eec4
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -10,6 +10,8 @@ install: scroll
 	cp scroll ${BINDIR}
 
 test: scroll
-	# return code passthrough of childs
+	# check usage
+	if ./scroll; then exit 1; fi
+	# check exit passthrough of child
 	if ! ./scroll true;  then exit 1; fi
 	if   ./scroll false; then exit 1; fi