|
From: <ren...@us...> - 2008-02-25 14:14:26
|
Revision: 932
http://gmyth.svn.sourceforge.net/gmyth/?rev=932&view=rev
Author: renatofilho
Date: 2008-02-25 06:14:29 -0800 (Mon, 25 Feb 2008)
Log Message:
-----------
moved test dir to tests
Modified Paths:
--------------
trunk/gmyth-upnp/Makefile.am
trunk/gmyth-upnp/configure.ac
Added Paths:
-----------
trunk/gmyth-upnp/tests/
Removed Paths:
-------------
trunk/gmyth-upnp/test/
Modified: trunk/gmyth-upnp/Makefile.am
===================================================================
--- trunk/gmyth-upnp/Makefile.am 2008-02-25 14:12:27 UTC (rev 931)
+++ trunk/gmyth-upnp/Makefile.am 2008-02-25 14:14:29 UTC (rev 932)
@@ -1,4 +1,4 @@
-SUBDIRS= src test
+SUBDIRS= src tests
### all of the standard pc files we need to generate
pcfiles = gmyth-upnp.pc
Modified: trunk/gmyth-upnp/configure.ac
===================================================================
--- trunk/gmyth-upnp/configure.ac 2008-02-25 14:12:27 UTC (rev 931)
+++ trunk/gmyth-upnp/configure.ac 2008-02-25 14:14:29 UTC (rev 932)
@@ -128,7 +128,7 @@
AC_OUTPUT([
Makefile
src/Makefile
-test/Makefile
+tests/Makefile
gmyth-upnp.pc])
if test "x$enable_debug" != "xno"; then
Copied: trunk/gmyth-upnp/tests (from rev 931, trunk/gmyth-upnp/test)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|