mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
* tests/interactive/Makefile.am
* tests/interactive/test-pixmap.c: test-pixmap + test-devices accidentally got dropped from the makefiles when changing the unit test layout; this puts them back.
This commit is contained in:
parent
99b173eee7
commit
3e6993ad43
@ -1,3 +1,10 @@
|
||||
2008-11-14 Robert Bragg <ebassi@linux.intel.com>
|
||||
|
||||
* tests/interactive/Makefile.am
|
||||
* tests/interactive/test-pixmap.c:
|
||||
test-pixmap + test-devices accidentally got dropped from the makefiles
|
||||
when changing the unit test layout; this puts them back.
|
||||
|
||||
2008-11-14 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
Bug 1265 - ClutterScore doesn't emit 'started' signal (Bastian
|
||||
|
@ -37,6 +37,11 @@ UNIT_TESTS = \
|
||||
test-texture-quality.c \
|
||||
test-layout.c
|
||||
|
||||
if X11_TESTS
|
||||
UNIT_TESTS += test-pixmap.c
|
||||
UNIT_TESTS += test-devices.c
|
||||
endif
|
||||
|
||||
#FIXME - this is is a bit of a yukky way of ensuring the tests find our data:
|
||||
test-script.json:
|
||||
ln -sf $(top_srcdir)/tests/data/test-script.json
|
||||
|
@ -259,5 +259,5 @@ test_pixmap_main (int argc, char **argv)
|
||||
}
|
||||
|
||||
#else /* HAVE_CLUTTER_GLX */
|
||||
int main (int argc, char **argv) { return EXIT_SUCCESS; };
|
||||
int test_pixmap_main (int argc, char **argv) { return EXIT_SUCCESS; };
|
||||
#endif /* HAVE_CLUTTER_GLX */
|
||||
|
Loading…
Reference in New Issue
Block a user