[sapwood] rename the test suite



commit 26d937c0b540ce426843bc41e6c81154c5c70d49
Author: Sven Herzberg <sven herzberg lanedo com>
Date:   Thu Aug 5 11:24:01 2010 +0200

    rename the test suite
    
    * tests/Makefile.am,
    * tests/rendering.c -> tests/test-sapwood.c: rename the test suite to
      indicate the broader scope of the tests

 tests/Makefile.am                     |    8 ++++----
 tests/{rendering.c => test-sapwood.c} |    0
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b3f750c..7954caa 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,10 +23,10 @@ large_window_SOURCES=large-window.c
 large_window_CPPFLAGS=$(AM_CPPFLAGS) -I$(top_srcdir)/engine -DTOP_SRCDIR=\""$(top_srcdir)"\"
 large_window_LDADD=$(LDADD)
 
-TEST_PROGS+=rendering
-rendering_SOURCES=rendering.c
-rendering_CPPFLAGS=$(AM_CPPFLAGS) -I$(top_srcdir)/engine -DTOP_SRCDIR=\""$(top_srcdir)"\"
-rendering_LDADD=$(LDADD) ../engine/libsapwood-private.la
+TEST_PROGS+=test-sapwood
+test_sapwood_SOURCES=test-sapwood.c
+test_sapwood_CPPFLAGS=$(AM_CPPFLAGS) -I$(top_srcdir)/engine -DTOP_SRCDIR=\""$(top_srcdir)"\"
+test_sapwood_LDADD=$(LDADD) ../engine/libsapwood-private.la
 
 EXTRA_DIST+=\
 	sapwood-wrapper \
diff --git a/tests/rendering.c b/tests/test-sapwood.c
similarity index 100%
rename from tests/rendering.c
rename to tests/test-sapwood.c



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