We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed2980 commit 30b0f1cCopy full SHA for 30b0f1c
src/test/scala/SystemTests.scala
@@ -58,7 +58,7 @@ trait SystemTests extends AnyFunSuite, BASILTest {
58
59
def runTests(folder: String, conf: TestConfig): Unit = {
60
val path = testPath + folder
61
- val programs = scala.util.Random.shuffle(getSubdirectories(path))
+ val programs = getSubdirectories(path)
62
63
// get all variations of each program
64
val testSuffix = if conf.useBAPFrontend then ":BAP" else ":GTIRB"
0 commit comments