Coverage Report

Created: 2026-08-25 01:10

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