merge from gcc
[deliverable/binutils-gdb.git] / libiberty / testsuite / Makefile.in
index 2be6bb3d7a844b7d8c77231ced309b47c9032820..56800a7a7ce001768b544614a8067122fc2f51ad 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile
-#   Copyright (C) 1999, 2002
+#   Copyright (C) 1999, 2002, 2006
 #   Free Software Foundation
 #
 # This file is part of the libiberty library.
@@ -45,7 +45,7 @@ all:
 # CHECK is set to "really_check" or the empty string by configure.
 check: @CHECK@
 
-really-check: check-cplus-dem check-pexecute
+really-check: check-cplus-dem check-pexecute check-expandargv
 
 # Run some tests of the demangler.
 check-cplus-dem: test-demangle $(srcdir)/demangle-expected
@@ -55,6 +55,10 @@ check-cplus-dem: test-demangle $(srcdir)/demangle-expected
 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 \
@@ -63,13 +67,20 @@ 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:
+html install-html info install-info clean-info dvi pdf install-pdf \
+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
This page took 0.025888 seconds and 4 git commands to generate.