Fix test for Android due to clock() not working

This commit is contained in:
2021-11-01 15:33:36 +01:00
parent cee44b0464
commit 9704618595
2 changed files with 95 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#define UNICORN_TEST_H
#include <stdio.h>
#include <stdint.h>
#include <unicorn/unicorn.h>
#include "acutest.h"