[tests] Fix the mcs-compileall target in runtime/ (#4637)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 5 Apr 2017 01:34:23 +0000 (03:34 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 01:34:23 +0000 (03:34 +0200)
commit3bfff911dd2ff4331d951614f166b7e88401216d
tree1d5f29ce140e948be65aad8907029e3b8c935ab9
parenta9b5b501fd36a4b488e2295196a52778b2b94d1f
[tests] Fix the mcs-compileall target in runtime/ (#4637)

It is used as the "verify" step on Jenkins/Wrench and I noticed
it didn't run recently.

Looks like it was broken a while ago by 695e8f53ae7d2139.
Moving the verifiable_files variable at the top is wrong since
the $$profile variable is only defined inside the for loop and
so we'd get an empty list.

When that was fixed it still didn't work as piping to `echo`
doesn't work. Replaced it with a Makefile solution instead.
runtime/Makefile.am