tests: add test for the for_window config directive, use separate config for tests

This test increases code coverage to 60.7%
This commit is contained in:
Michael Stapelberg
2011-05-16 21:45:30 +02:00
parent 03cc490f0e
commit 1bd4c983db
3 changed files with 229 additions and 1 deletions

View File

@ -28,7 +28,7 @@ my $result = GetOptions(
"coverage-testing" => \$coverage_testing
);
my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all --disable-signalhandler -c " . abs_path("../i3.config");
my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all --disable-signalhandler -c i3-test.config";
# 1: get a list of all testcases
my @testfiles = @ARGV;