Changeset 347:69ec5dcc1fb2 in freeDiameter
- Timestamp:
- Jun 29, 2010, 4:08:08 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- contrib/nightly_tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/nightly_tests/README
r345 r347 16 16 2) Create a directory ~/fDtests 17 17 $ cd 18 $ m akefDtests18 $ mkdir fDtests 19 19 $ cd fDtests 20 20 -
contrib/nightly_tests/alldefault.conf
r346 r347 3 3 set(CTEST_BUILD_OPTIONS "") 4 4 5 set(CTEST_BUILD_NAME "Default CMake options")5 set(CTEST_BUILD_NAME "Default") -
contrib/nightly_tests/runtests.sh
r346 r347 17 17 # Exemple: SET(CTEST_SITE "Ubuntu-Lucid-64b") 18 18 if [ ! -e $ROOTDIR/local.cmake ]; then 19 echo "Missing $ROOTDIR/local.cmake file"; 19 echo "Missing $ROOTDIR/local.cmake file, generating one (edit as needed, and run the script again)"; 20 echo "SET(CTEST_SITE \""`hostname --fqdn`"\")" > $ROOTDIR/local.cmake 20 21 exit 1; 21 22 fi … … 54 55 cat >> $WORKDIR/$t/CTestScript.cmake << EOF 55 56 ########################## 56 SET(CTEST_SOURCE_DIRECTORY "$ WORKDIR/source")57 SET(CTEST_SOURCE_DIRECTORY "$ROOTDIR/source") 57 58 SET(CTEST_BINARY_DIRECTORY "$WORKDIR/$t/build") 58 59 59 60 set(CTEST_CMAKE_GENERATOR "Unix Makefiles") 61 60 62 set(CTEST_BUILD_CONFIGURATION "Profiling") 61 62 set(CTEST_BUILD_OPTIONS "")63 set(CTEST_BUILD_NAME "Unamed test profile")64 65 63 set(WITH_MEMCHECK FALSE) 66 64 set(WITH_COVERAGE TRUE) 65 66 set(CTEST_BUILD_OPTIONS "") 67 set(CTEST_BUILD_NAME "Unamed") 68 67 69 ########################## 68 70 EOF
Note: See TracChangeset
for help on using the changeset viewer.