Skip to content

Instantly share code, notes, and snippets.

@TheAllenChou
Last active October 12, 2018 21:18
Show Gist options
  • Save TheAllenChou/5aa8c446dad2bcb29e38365129bd2eb5 to your computer and use it in GitHub Desktop.
Save TheAllenChou/5aa8c446dad2bcb29e38365129bd2eb5 to your computer and use it in GitHub Desktop.
TEST_EVAL_LIST(myTests)
{
TEST_EVAL(MyTest0),
TEST_EVAL(MyTest1),
// ...
}
RunTests(myTests, ARRAY_COUNT(myTests), args, passBits);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment