File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,19 @@ Each subdirectory here is an integration test.
22
33== Requirements ==
44
5- - xserver-xorg-video-dummy
6- - lposix (aka lua-posix in Debian)
5+ - xserver-xorg-video-dummy
6+ - luaposix (aka lua-posix in Debian)
7+ - Debian base distros: ```apt-get install lua-posix```
8+ - All distros using luarocks: ```luarocks install luaposix```
79
810== Running the tests ==
911
10- Install notion and run 'make test'
12+ Run ```make test``` on notion's source directory
1113
1214== How it works ==
1315
1416Each integration test basically looks like this:
15- - Start a dummy X server (Xdummy )
17+ - Start a dummy X server (X's dummy dirver )
1618- Start notion with the configuration in $test/config
1719 - basically $test/config behaves like the ~user/.notion dir for this test
1820 - Right now this starts the currenly *installed* notion.
@@ -28,6 +30,5 @@ Each integration test basically looks like this:
2830
2931- the x.org dummy driver does not appear to support RandR
3032 - .. but we might be able to test some of the mod_xinerama stuff with fakexinerama
31- - there might be some SELINUX noise, probably due to the way Xdummy works
3233- Xdummy doesn't properly autodetect which X ports are free, so we use a fixed
3334 value of :7
You can’t perform that action at this time.
0 commit comments