add boilerplate to all testcases with documentation references

This commit is contained in:
Michael Stapelberg
2012-09-10 14:09:01 +02:00
parent d745b47269
commit 338199913b
101 changed files with 1333 additions and 1 deletions

View File

@ -1,6 +1,19 @@
#!perl
# vim:ts=4:sw=4:expandtab
#
# Please read the following documents before working on tests:
# • http://build.i3wm.org/docs/testsuite.html
# (or docs/testsuite)
#
# • http://build.i3wm.org/docs/lib-i3test.html
# (alternatively: perldoc ./testcases/lib/i3test.pm)
#
# • http://build.i3wm.org/docs/ipc.html
# (or docs/ipc)
#
# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
# (unless you are already familiar with Perl)
#
# Tests whether opening an empty container and killing it again works
#
use List::Util qw(first);