-
Notifications
You must be signed in to change notification settings - Fork 0
/
CDash_ShortHelp.txt
47 lines (25 loc) · 1.42 KB
/
CDash_ShortHelp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
****************************************
Short Help for MpdRoot users
HowTo work with MpdRoot CDash
***************************************
Current mpdroot version in repository: 512
***************************************
1) Macro subdirectories for testing are listed the file:
your_mpdroot_trunk/macro/CMakeLists.txt
Each subdirectory has own file CMakeLists.txt with the list of tests.
You can add more tests if you like.
For each test you should add at least 3 lines.
2) Please, check the file
your_mpdroot_trunk/CDash_Env_MpdRoot.sh
and edit path to your build directory if necessary
3) To check the configuration, type one of these commands:
a) cd your_mpdroot_trunk
./Dart.sh Experimental > CDash_test_experimental_1.log 2>&1 &
b) your_mpdroot_trunk/Dart.sh Experimental your_mpdroot_trunk > CDash_test_experimental_2.log 2>&1 &
c) your_mpdroot_trunk/Dart.sh Experimental your_mpdroot_trunk your_CDash_Env_MpdRoot.sh > CDash_test_experimental_3.log 2>&1 &
4) In some time the information about your build and tests will be available at
http://mpd.jinr.ru/cdash/index.php?project=MpdRoot
5) To send Nightly builds and tests, use cron daemon (man crontab):
your_mpdroot_trunk/Dart.sh Nightly your_mpdroot_trunk > CDash_test_Nightly.log 2>&1 &
******************************************
[email protected] 17-09-2009