~gordallott/unity/hud

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Gord Allott
  • Date: 2012-01-27 09:49:12 UTC
  • mfrom: (1737.95.27 unity)
  • Revision ID: gord.allott@canonical.com-20120127094912-3ojyykjf7js35f4l
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
Testing is handled through GTest, googles test system, we currently have three test targets; test-gtest, test-gtest-xless, test-gtest-dbus. tests that require Nux should be in test-gtest as they require X, tests that can run headless should be in test-gtest-xless and tests that require dbus should be run with test-gtest-dbus, which tests run with our test service.
41
41
 
 
42
To enable debug logging you must set the environment variable UNITY_LOG_SEVERITY to the log domain you
 
43
want to watch and the log level for that domain. For example:
 
44
 
 
45
  UNITY_LOG_SEVERITY="unity.dash.lens=DEBUG" standalone-clients/dash
 
46
 
 
47
 
 
48
 
42
49
for more information see the README file
43
50