glx: Move tests from tests/glx to src/glx/tests
[profile/ivi/mesa.git] / src / glx / tests / Makefile.am
similarity index 86%
rename from tests/glx/Makefile.am
rename to src/glx/tests/Makefile.am
index 7413d3b..e7e2697 100644 (file)
@@ -11,8 +11,8 @@ check_PROGRAMS = glx_unittest
 
 glx_unittest_SOURCES =                 \
        clientinfo_unittest.cpp         \
-        create_context_unittest.cpp    \
-        fake_glx_screen.cpp
+       create_context_unittest.cpp     \
+       fake_glx_screen.cpp
 
 glx_unittest_LDADD = \
        $(top_builddir)/src/glx/libglx.la \