Skip to content

Latest commit

 

History

History

Test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test Systems

These are test systems based on GoogleTest of the core systems and languages created by KAI:

  • Core
  • Language
  • Network

These share a Common test library.

Tests are currently built here.

Folders

  • Common. Common to all tests
  • Include. Common to all tests
  • Language. Tests for each language.
  • Network. Network tests.
  • Source. General KAI Tests,

Selecting Tests

To focus only on some tests, make a debug configuration that uses:

./TestSuite --gtest_filter=TestFoo*

Where TestFoo is the name of your test suite.