Jump to content

What's main.cs.in and runTest.cs for?


Recommended Posts

Posted

Ooh. main.cs.in shouldn't end up in the finished project. It's just a copy of main.cs, but with some special sigils so that the Project Manager can replace parts of it with the project name once you've created the project.


runTests.cs is a minimal main.cs file which runs the engine's unit tests. If you launch the engine from the command-line, you can tell it to use runTests.cs instead of main.cs.


You can ignore both of these files entirely, unless you want to run unit tests :).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...