Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 625 Bytes

AlterNative Tests

Unit Tests for AlterNative engine

Getting the code

git clone https://github.com/AlexAlbala/AlterNative-Tests.git

Compiling

  • Install alternative engine and alternative library. See https://github.com/AlexAlbala/Alter-Native Readme

  • Run the provided executable

    • Windows

                  RegressionTest.exe <TestName>
      
    • Linux

                  mono RegressionTest.exe <TestName>
      
    • OS X

                  mono RegressionTest.exe <TestName>
      
  • If you do not specify any test, all tests will be executed

  • Type RegressionTest.exe --help for more information