We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8285cfc commit f4b3a53Copy full SHA for f4b3a53
src/test/scala/SystemTests.scala
@@ -52,7 +52,7 @@ trait SystemTests extends AnyFunSuite, BASILTest {
52
53
def runTests(folder: String, conf: TestConfig): Unit = {
54
val path = testPath + folder
55
- val programs = getSubdirectories(path)
+ val programs = scala.util.Random.shuffle(getSubdirectories(path))
56
57
// get all variations of each program
58
val testSuffix = if conf.useBAPFrontend then ":BAP" else ":GTIRB"
0 commit comments