-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Description
I wanted to run the misc tests to compare two similar systems. However, the C test seems to be broken.
First of all, some includes are missing: unistd, stdlib, fcntl and time
But moreover, the calls for timing are just written as time() with no parameters, which of course fails with the function from time.h...
I suppose it is meant to record the time once in now and once in then to get the comparison, but there is no reference to them from the timer. I'll just assume that for now.
Am I missing something or is this broken?
Metadata
Metadata
Assignees
Labels
No labels