]> icculus.org git repositories - duncan/yast2-qt4.git/blob - testsuite/tests/aaa.ui
clicking packages work! so the package selector is now
[duncan/yast2-qt4.git] / testsuite / tests / aaa.ui
1
2 # ---------------------------------------------------------
3 #
4 #  Filename:    aaa.ui
5 #
6 #  Purpose:     dummy test case for ui test
7 #
8 #  Creator:     jd@suse.de
9 #
10 #  Maintainer:  jd@suse.de
11 #
12 #  Remarks:     there is more information on stderr
13 #
14 # ---------------------------------------------------------
15
16 {
17     return( "After building the test environment new:"  +
18             "all make clean, make -f Makefile.cvs, configure --prefix=/," +
19             "make and make install as root." +
20             "... there is more information on stderr ..." +
21
22             "It's a libtool feature :-) When you make a program a script will be" + 
23             "installed in the source directory which will do the final linking" +
24             "just before you run it. (Just do more ui/Qt/qt to see what I mean)\n" +
25
26             "The messages are warnings issued by the linker" +
27             "(for some reason these warnings are enabled within SuSE linux). When" +
28             "you run the program a second time, the program is already linked so you" +
29             "won't get the warnings any more.\n" +
30
31             "You can get rid of the warnings by removing the  \"-warn-common\" out" +
32             "of your egcs specfile. No idea why it is in there in the first place." );
33 }
34