Move a pair of gobject tests to tests/gobject/
authorRyan Lortie <desrt@desrt.ca>
Thu, 30 May 2013 03:43:26 +0000 (23:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 03:03:19 +0000 (23:03 -0400)
commitd7b3e558cfc91b1eaee80b156ad358774ded1c34
tree9924efa1ad0d5ad08cf9ffe8200bb0d9c080451b
parenta114e98d09248f843c87b99c15534db4cf6367aa
Move a pair of gobject tests to tests/gobject/

testgobject.c and timeloop-closure.c are the only two tests in the
toplevel tests/ directory that depend on gobject, so move them to
tests/gobject/ along with the other gobject tests.

Both of these were in noinst_PROGRAMS and not TESTS, so keep them that
way when we move them.
tests/Makefile.am
tests/gobject/Makefile.am
tests/gobject/testgobject.c [moved from tests/testgobject.c with 100% similarity]
tests/gobject/timeloop-closure.c [moved from tests/timeloop-closure.c with 100% similarity]