[gnome-desktop] Rename reftest binary



commit 80a0acada5c96f4addf9cce4cef240a2d7875fc7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 31 17:56:26 2016 -0500

    Rename reftest binary
    
    It is somewhat weird to have this in gnome-desktop with the
    same name as the test in GTK+. Rename it wallclock-reftest,
    to indicate what it tests.

 tests/Makefile.am                            |    2 +-
 tests/{gtk-reftest.c => wallclock-reftest.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 756e284..3a03b5d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,7 @@ TESTS_ENVIRONMENT += G_ENABLE_DIAGNOSTIC=0
 
 installed_test_programs =      \
        wall-clock              \
-       gtk-reftest             \
+       wallclock-reftest       \
        $(NULL)
 
 dist_installed_test_data =     \
diff --git a/tests/gtk-reftest.c b/tests/wallclock-reftest.c
similarity index 100%
rename from tests/gtk-reftest.c
rename to tests/wallclock-reftest.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]