annotate CTestConfig.cmake @ 817:7541554029bf 1.1.4-rc1

Fix SCTP_I_WANT_MAPPED_V4_ADDR behavior when IPv6 is disabled in config; thank you Michael Tuexen for the issue report \& patch.
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 27 Aug 2012 13:43:03 +0200
parents ba59301627b9
children b7002bcc92a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # Configuration for sumitting the test result.
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 # Check http://www.freediameter.net/CDash for detail.
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 set(CTEST_PROJECT_NAME "freeDiameter")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 set(CTEST_NIGHTLY_START_TIME "00:00:00 JST")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7 set(CTEST_DROP_METHOD "http")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 set(CTEST_DROP_SITE "www.freediameter.net")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 set(CTEST_DROP_LOCATION "/CDash/submit.php?project=freeDiameter")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10 set(CTEST_DROP_SITE_CDASH TRUE)
"Welcome to our mercurial repository"