~darkxst/ubuntu/quantal/gnome-shell/lp1128804

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
EXTRA_DIST = run-test.sh.in
3
3
 
4
4
TEST_JS =                                       \
 
5
        interactive/background-repeat.js        \
5
6
        interactive/background-size.js          \
6
7
        interactive/borders.js                  \
7
8
        interactive/border-radius.js            \
11
12
        interactive/calendar.js                 \
12
13
        interactive/css-fonts.js                \
13
14
        interactive/entry.js                    \
 
15
        interactive/gapplication.js             \
14
16
        interactive/icons.js                    \
15
17
        interactive/inline-style.js             \
16
18
        interactive/scrolling.js                \
37
39
run-test.sh: run-test.sh.in
38
40
        $(AM_V_GEN) sed \
39
41
            -e "s|@MUTTER_TYPELIB_DIR[@]|$(MUTTER_TYPELIB_DIR)|" \
40
 
            -e "s|@JHBUILD_TYPELIBDIR[@]|$(JHBUILD_TYPELIBDIR)|" \
41
42
            -e "s|@srcdir[@]|$(srcdir)|" \
42
43
            $< > $@ && chmod a+x $@
43
44