~ps-jenkins/unity-lens-video/latestsnapshot-0.3.14daily13.04.23ubuntu.unity.experimental.certified-0ubuntu1

« back to all changes in this revision

Viewing changes to tests/unit/config-tests.vala.in

  • Committer: James Henstridge
  • Date: 2013-03-13 09:23:42 UTC
  • Revision ID: james@jamesh.id.au-20130313092342-n07290i130eqfq8y
Move ICON_PATH to Config namespace, and fix compilation of tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  const string LOCALEDIR = "@DATADIR@/locale";
4
4
  const string PACKAGE = "@PACKAGE@";
5
5
  const string VERSION = "@VERSION@";
 
6
  const string ICON_PATH = "@DATADIR@/icons/unity-icon-theme/places/svg";
6
7
}