Created
May 23, 2020 22:30
-
-
Save mentix02/cd7fd2932ce706a610cc82aefa3cd516 to your computer and use it in GitHub Desktop.
Runner generated by ship.py
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
/* | |
Generated by ship.py on Sat May 23 15:05:18 2020. | |
*/ | |
#include "shipyard.hpp" | |
#include "test_primelib.cpp" | |
int main(int argc, char* argv[]) | |
{ | |
const auto tests = sy::create_tests({ | |
TESTFUNC(test_n_prime), | |
TESTFUNC(test_is_prime), | |
TESTFUNC(test_primes_till), | |
}); | |
sy::run(tests, true); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment