<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 22/09/16 21:52, Christian Lohmaier wrote:<br>
    <blockquote
cite="mid:CAOPHaVRBPB-0Uquu10BX=jMqCLR1X4dDW_h+HF0JM3EEivAS3A@mail.gmail.com"
      type="cite">
      <pre wrap="">Can you try whether this also works if you checkout current master and
just change the line

ifneq ($(PLATFORMID),linux_x86)

to

ifneq ($(PLATFORMID),linux_x86foobar)

in sc/Module_sc.mk to enable the test (disable skipping of the tests)?</pre>
    </blockquote>
    <br>
    Hi Christian<br>
    <br>
    I'm ready to move forward from wherever I am at the moment. If
    you're asking<br>
    <br>
    I can do a git pull to get the latest code base then run these tests
    -<br>
    <br>
    <ol>
      <li>Compile/test as is with no amendments - expected results no
        problems.</li>
      <li>Compile/test with chiinv.fods amended to fail - expected
        results no problems as tests disabled.</li>
      <li>Compile/test with chiinv.fods amended to fail plus the
        suggested amendment to sc/Module_sc.mk - expected results
        chiinv.fods fails as tests now enabled.<br>
      </li>
    </ol>
    Will this be useful?<br>
    <br>
    I only ever muddle through with git i.e. a clone then a git pull
    every so often.<br>
    <br>
    Alex<br>
  </body>
</html>