real-regex/tests/main.cpp
Line
Count
Source
1
#include <sciforge/test/framework.hpp>
2
3
int main()
4
{
5
return test::run_all();
6
}