mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
test-capture: initialize clock on startup
This commit is contained in:
@ -538,6 +538,7 @@ int
|
|||||||
main (int argc,
|
main (int argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
{
|
{
|
||||||
|
sp_clock_init ();
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
g_test_add_func ("/SpCapture/ReaderWriter", test_reader_basic);
|
g_test_add_func ("/SpCapture/ReaderWriter", test_reader_basic);
|
||||||
g_test_add_func ("/SpCapture/Writer/splice", test_writer_splice);
|
g_test_add_func ("/SpCapture/Writer/splice", test_writer_splice);
|
||||||
|
|||||||
Reference in New Issue
Block a user