Changeset 354:818a787ae5f8 in freeDiameter
- Timestamp:
- Jun 30, 2010, 11:14:49 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- contrib/nightly_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/nightly_tests/allext.conf
r353 r354 8 8 set(CTEST_BUILD_OPTIONS "") 9 9 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON") 10 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=\"user=test dbname=test\"")10 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=\"user=test\\ dbname=test\"") 11 11 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON") 12 12 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_MONITOR:BOOL=ON") -
contrib/nightly_tests/runtests.sh
r352 r354 47 47 # Now, for each test in the list 48 48 for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do 49 # Create the work environment 50 mkdir $WORKDIR/$t 49 # Create the work environment if needed 50 if [ ! -d $WORKDIR/$t]; then 51 mkdir $WORKDIR/$t 52 fi 51 53 52 54 #### Create the script
Note: See TracChangeset
for help on using the changeset viewer.