]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out more tests
authorMichael Jerris <mike@jerris.com>
Sat, 22 Feb 2014 00:16:07 +0000 (19:16 -0500)
committerMichael Jerris <mike@jerris.com>
Sat, 22 Feb 2014 00:16:07 +0000 (19:16 -0500)
libs/libsndfile/Makefile.am

index 6ac39575b812430721395d2bcb7bc98385349a2f..4d2dfc62a1d296836a36df9677f8c2ba717f2064 100644 (file)
@@ -29,18 +29,18 @@ test: check-recursive
 # Target to make autogenerated files.
 genfiles :
        (cd src ; make genfiles)
-       (cd tests ; make genfiles)
+#      (cd tests ; make genfiles)
 
 checkprograms :
        (cd src ; make libsndfile.la checkprograms)
-       (cd tests ; make checkprograms)
+#      (cd tests ; make checkprograms)
 
 testprogs :
        (cd src ; make testprogs)
-       (cd tests ; make testprogs)
+#      (cd tests ; make testprogs)
 
 
 test-tarball : Scripts/build-test-tarball.mk
        (cd src ; make all libsndfile.la checkprograms)
-       (cd tests ; make all checkprograms)
-       make -f Scripts/build-test-tarball.mk
+#      (cd tests ; make all checkprograms)
+#      make -f Scripts/build-test-tarball.mk