[gupnp] Move test data to subdir



commit e7eb75d0bc1d9d131d754f13143f5caf8b2a2691
Author: Jens Georg <mail jensge org>
Date:   Fri Dec 7 13:37:13 2012 +0100

    Move test data to subdir

 tests/gtest/Makefile.am             |    4 ++--
 tests/gtest/{ => data}/random4k.bin |  Bin 4096 -> 4096 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index fa0fae1..3d6252b 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -15,6 +15,6 @@ LDADD = \
 AM_CFLAGS = \
 	    $(LIBGUPNP_CFLAGS) \
 	    -I $(top_srcdir) \
-	    -DDATA_PATH="\"$(srcdir)\""
+	    -DDATA_PATH="\"$(srcdir)/data\""
 
-EXTRA_DIST=random4k.bin
+EXTRA_DIST=data/random4k.bin
diff --git a/tests/gtest/random4k.bin b/tests/gtest/data/random4k.bin
similarity index 100%
rename from tests/gtest/random4k.bin
rename to tests/gtest/data/random4k.bin



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