Skip to content
Snippets Groups Projects
Unverified Commit 6fac6492 authored by René Fritze's avatar René Fritze
Browse files

[test] list name for binaries has changed

parent 44ccf9ef
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ BEGIN_TESTCASES()
END_TESTCASES()
foreach (test ${testnames})
if (${test} MATCHES spaces)
foreach (test ${dxt_test_binaries})
if (test MATCHES spaces)
list(APPEND spaces_test_binaries ${test})
elseif (${test} MATCHES operators)
list(APPEND operators_test_binaries ${test})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment