← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/sorting-chained-tests into lp:zorba

 

Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/sorting-chained-tests into lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/sorting-chained-tests/+merge/103440

Added an instruction to sort chained tests for deterministic order.
-- 
https://code.launchpad.net/~zorba-coders/zorba/sorting-chained-tests/+merge/103440
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt	2012-04-24 12:39:38 +0000
+++ test/rbkt/Queries/CMakeLists.txt	2012-04-25 10:21:40 +0000
@@ -54,6 +54,8 @@
 
   SET(PARAM 0)
 
+  LIST(SORT CHAINED_TESTFILES)
+
   # create a list with the folders containg *.cxq files
   FOREACH(CHAINED_TESTFILE ${CHAINED_TESTFILES})
     GET_FILENAME_COMPONENT(TF_PATH ${CHAINED_TESTFILE} PATH)


Follow ups