Complete rename of testing/ to test/.
authorMichael Hanselmann <hansmi@google.com>
Wed, 12 Sep 2007 17:46:47 +0000 (17:46 +0000)
committerMichael Hanselmann <hansmi@google.com>
Wed, 12 Sep 2007 17:46:47 +0000 (17:46 +0000)
Reviewed-by: iustin

Makefile.am
configure.ac

index 89d04c3..ed9320b 100644 (file)
@@ -1,5 +1,5 @@
 # standard automake rules
-SUBDIRS = man lib scripts daemons doc testing tools qa
+SUBDIRS = man lib scripts daemons doc test tools qa
 
 # custom rules
 depgraph: depgraph.png
index ad56fda..64fa9a1 100644 (file)
@@ -28,7 +28,7 @@ AC_CONFIG_FILES([
   man/Makefile
   qa/Makefile
   scripts/Makefile
-  testing/Makefile
+  test/Makefile
   tools/Makefile
 ])