Konstantin8105 / c4go

Transpiling C code to Go code
MIT License
365 stars 38 forks source link

time.clock #154

Closed Konstantin8105 closed 3 years ago

Konstantin8105 commented 6 years ago

Add test and implementation on Go for function time.h clock Description: https://en.cppreference.com/w/c/chrono/clock File for test code add : c4go/tests/time.c

Konstantin8105 commented 6 years ago

Like example see #155

Konstantin8105 commented 6 years ago

How to run test for that issue:

go test -v -tags=integration -run=TestIntegrationScripts/tests/time.c
go test -v -run=TestCSTD