diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2013-04-21 18:31:36 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2013-04-23 14:04:40 -0400 |
commit | b7063509f8cac919490d4f907ece5ec8d7e3f127 (patch) | |
tree | 2542a77334e18e120458e5474402663a665aa3a8 /tests/Makefile.am | |
parent | 0032b2dc5ad4c5faffb58565a3e4589335005c9e (diff) | |
download | gtk+-b7063509f8cac919490d4f907ece5ec8d7e3f127.tar.gz |
tests/animated-resizing: Split frame statistics out into a separate file
Split the code for computing frame rate and latency into a separate file
so we can use it from multiple tests.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dac59ae527..1dd397d7ff 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -263,6 +263,8 @@ testrevealer_DEPENDENCIES = $(TEST_DEPS) animated_resizing_SOURCES = \ animated-resizing.c \ + frame-stats.c \ + frame-stats.h \ variable.c \ variable.h |