File tree 1 file changed +6
-5
lines changed
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.
2
2
3
3
== Requirements ==
4
4
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```
7
9
8
10
== Running the tests ==
9
11
10
- Install notion and run 'make test'
12
+ Run ```make test``` on notion's source directory
11
13
12
14
== How it works ==
13
15
14
16
Each integration test basically looks like this:
15
- - Start a dummy X server (Xdummy )
17
+ - Start a dummy X server (X's dummy dirver )
16
18
- Start notion with the configuration in $test/config
17
19
- basically $test/config behaves like the ~user/.notion dir for this test
18
20
- Right now this starts the currenly *installed* notion.
@@ -28,6 +30,5 @@ Each integration test basically looks like this:
28
30
29
31
- the x.org dummy driver does not appear to support RandR
30
32
- .. 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
32
33
- Xdummy doesn't properly autodetect which X ports are free, so we use a fixed
33
34
value of :7
You can’t perform that action at this time.
0 commit comments