Move all the GTK+ based test programs to a new subdir, "demos"
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 19 Jan 2011 00:16:39 +0000 (19:16 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 15 Feb 2011 14:25:17 +0000 (09:25 -0500)
commit7dfe845786920d50c6f93165ef6f539e6f4d1b53
tree48d7bd4ee4c896b6182e07225e65542e26db6a4a
parent8e4100260bbdb827abc45a2a5e352a53246fe614
Move all the GTK+ based test programs to a new subdir, "demos"

This separates the test suite from the random gtk+ using test
programs. "demos" is somewhat misleading because the programs there
are not particularly exciting (with the possible exception of
composite-test which shows off all the compositing operators).
15 files changed:
Makefile.am
configure.ac
demos/Makefile.am [new file with mode: 0644]
demos/alpha-test.c [moved from test/alpha-test.c with 100% similarity]
demos/clip-in.c [moved from test/clip-in.c with 100% similarity]
demos/clip-test.c [moved from test/clip-test.c with 100% similarity]
demos/composite-test.c [moved from test/composite-test.c with 100% similarity]
demos/convolution-test.c [moved from test/convolution-test.c with 100% similarity]
demos/gradient-test.c [moved from test/gradient-test.c with 100% similarity]
demos/gtk-utils.c [moved from test/gtk-utils.c with 100% similarity]
demos/gtk-utils.h [moved from test/gtk-utils.h with 100% similarity]
demos/radial-test.c [moved from test/radial-test.c with 99% similarity]
demos/screen-test.c [moved from test/screen-test.c with 100% similarity]
demos/trap-test.c [moved from test/trap-test.c with 100% similarity]
test/Makefile.am