~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to tests/gtest-nux-globals.cpp

  • Committer: Brandon Schaefer
  • Date: 2012-10-19 00:23:27 UTC
  • mfrom: (637.2.55 trunk)
  • Revision ID: brandon.schaefer@canonical.com-20121019002327-60e88jn3k8chi7gt
* Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <glib.h>
 
2
 
 
3
gint64 g_fake_monotonic_time = 0;
 
4
 
 
5
gint64 g_get_monotonic_time()
 
6
{
 
7
  return g_fake_monotonic_time;
 
8
}