OSDN Git Service

libiberty/
[pf3gnuchains/gcc-fork.git] / libiberty / testsuite / Makefile.in
index 6f2a4fe..67e1d28 100644 (file)
@@ -16,8 +16,8 @@
 #
 # You should have received a copy of the GNU Library General Public
 # License along with libiberty; see the file COPYING.LIB.  If not,
-# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 #
 
 # This file was written by Tom Tromey <tromey@cygnus.com>.
@@ -42,23 +42,44 @@ INCDIR=$(srcdir)/../$(MULTISRCTOP)../include
 
 all:
 
+# CHECK is set to "really_check" or the empty string by configure.
 check: @CHECK@
 
+really-check: check-cplus-dem check-pexecute check-expandargv
+
 # Run some tests of the demangler.
 check-cplus-dem: test-demangle $(srcdir)/demangle-expected
        ./test-demangle < $(srcdir)/demangle-expected
 
+# Check the pexecute code.
+check-pexecute: test-pexecute
+       ./test-pexecute
+
+# Check the expandargv functionality
+check-expandargv: test-expandargv
+       ./test-expandargv
+
 TEST_COMPILE = $(CC) @DEFS@ $(LIBCFLAGS) -I.. -I$(INCDIR) $(HDEFINES)
 test-demangle: $(srcdir)/test-demangle.c ../libiberty.a
        $(TEST_COMPILE) -o test-demangle \
                $(srcdir)/test-demangle.c ../libiberty.a
 
+test-pexecute: $(srcdir)/test-pexecute.c ../libiberty.a
+       $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-pexecute \
+               $(srcdir)/test-pexecute.c ../libiberty.a
+               
+test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
+       $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
+               $(srcdir)/test-expandargv.c ../libiberty.a
+
 # Standard (either GNU or Cygnus) rules we don't use.
 info install-info clean-info dvi install etags tags installcheck:
 
 # The standard clean rules.
 mostlyclean:
        rm -f test-demangle
+       rm -f test-pexecute
+       rm -f test-expandargv
 clean: mostlyclean
 distclean: clean
        rm -f Makefile