~unity-team/unity/trusty-1374785

« back to all changes in this revision

Viewing changes to tests/test-const.vapi

  • Committer: Neil Jagdish Patel
  • Date: 2009-12-14 22:44:07 UTC
  • mfrom: (43.1.10 trunk.fix-make)
  • Revision ID: neil.patel@canonical.com-20091214224407-ez2goxv2nf4ipmr4
[build] IT MAKE DISTS!

removed:
  src/places/Makefile.am
  src/quicklauncher/Makefile.am
  src/quicklauncher/application_view.vala
added:
  tests/test-const.vapi
renamed:
  src/places/bar_model.vala => src/places/bar-model.vala
  src/places/bar_view.vala => src/places/bar-view.vala
  src/places/default_model.vala => src/places/default-model.vala
  src/places/default_view.vala => src/places/default-view.vala
  src/quicklauncher/application_store.vala => src/quicklauncher/application-store.vala
  src/quicklauncher/launcher_store.vala => src/quicklauncher/launcher-store.vala
  src/quicklauncher/launcher_view.vala => src/quicklauncher/launcher-view.vala
  src/quicklauncher/prism_handler.vala => src/quicklauncher/prism-handler.vala
  src/quicklauncher/quicklauncher_manager.vala => src/quicklauncher/quicklauncher-manager.vala
modified:
  .bzrignore
  AUTHORS
  Makefile.am
  configure.ac
  libunity/Makefile.am
  src/Makefile.am
  src/quicklauncher/unity-scroller.vala
  tests/Makefile.am
  tests/test-unity.vala
  src/quicklauncher/application-store.vala
unknown:
  unity-0.1.5.tar.gz
pending merges:
  Neil Jagdish Patel 2009-12-14 [build] Update authors
    Neil Jagdish Patel 2009-12-14 [tests] Make sure EXTRA_DIST is set and......
    Neil Jagdish Patel 2009-12-14 [tests] Fix Quicklauncher test. Fix path t...
    Neil Jagdish Patel 2009-12-14 [build] Actuall fix make distcheck
    Neil Jagdish Patel 2009-12-14 [build] Enable localinstall for testing du...
    Neil Jagdish Patel 2009-12-14 [build] Some more fixes for distcheck
    Neil Jagdish Patel 2009-12-14 [build] Fix up remaining bits, make distch...
    Neil Jagdish Patel 2009-12-14 [ignores] Update
    Neil Jagdish Patel 2009-12-14 [build] Clean up build and make make dist ...
    Neil Jagdish Patel 2009-12-14 Fix warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */
 
2
/*
 
3
 * Copyright (C) 2009 Canonical Ltd
 
4
 *
 
5
 * This program is free software: you can redistribute it and/or modify
 
6
 * idst under the terms of the GNU General Public License version 3 as
 
7
 * published by the Free Software Foundation.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 *
 
17
 * Authored by Gordon Allott <gord.allott@canonical.com>
 
18
 *
 
19
 */
 
20
 
 
21
namespace Unity.Tests {
 
22
  [CCode (cname = "TESTDIR")]
 
23
  public static const string TESTDIR;
 
24
 
 
25
}