szdytom f0445542ce
Add procedure call impl
Signed-off-by: szdytom <szdytom@qq.com>
2024-02-04 13:47:53 +08:00

5 lines
87 B
C++

#include "test/u.hpp"
int main() {
return TestSuit::getInstance()->evalTestCases();
}