~ken-vandine/unity/gdbus-ppa

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Gordon Allott
  • Date: 2009-10-21 18:13:02 UTC
  • mto: (1.2.11 unity-ql-uc1)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@gordallott.com-20091021181302-fzyivsmhvn74abs2
added support for a unity window with a clutter stage
no support for "fullscreen" mode yet, but the api is there. code can be taken 
from the old liblauncher, launcher-session.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
test_unity_VALAFLAGS = \
14
14
  --vapidir=$(top_builddir)/src \
 
15
  --vapidir=../vapi/ \
 
16
  --vapidir=./ \
 
17
  --pkg clutter-1.0 \
 
18
  --pkg clutter-gtk-0.10 \
 
19
  --pkg gtk+-2.0 \
 
20
  --pkg gdk-2.0 \
 
21
  --pkg gee-1.0 \
 
22
  --pkg x11 \
15
23
  --pkg gtk+-2.0 \
16
24
  --pkg gee-1.0 \
17
25
  --pkg unity-static \
18
26
  $(MAINTAINER_VALAFLAGS)
19
27
 
20
28
test_unity_SOURCES = \
21
 
  test-unity.vala
 
29
  test-unity.vala \
 
30
  ../src/window.vala
22
31
 
23
32
# GTester stuff
24
33
XML_REPORT = unity-check-results.xml