Last active
October 12, 2018 21:18
-
-
Save TheAllenChou/5aa8c446dad2bcb29e38365129bd2eb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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