tests/Makefile.in


Log

Author Commit Date CI Message
Tom Tromey 98d6bc1b 2001-05-07T16:31:01 For PR automake/46: * tests/Makefile.am (TESTS): Added subdir5.test. (XFAIL_TESTS): Likewise. * tests/subdir5.test: New file.
Tom Tromey 59633baf 2001-05-06T20:15:43 For PR automake/160: * tests/Makefile.am (TESTS): Added subobj5.test and subobj6.test. (XFAIL_TESTS): Added subobj6.test. * tests/subobj6.test: New file.
Tom Tromey ae2fdda5 2001-05-06T18:03:46 * tests/Makefile.am (TESTS): Added new file. (XFAIL_TESTS): Likewise. * tests/texinfo10.test: New file.
Tom Tromey ceb97942 2001-05-06T05:39:58 * tests/Makefile.am (XFAIL_TESTS): Removed man.test. * mans.am (install-man%SECTION%): Handle dist_ and nodist_ prefixes. (uninstall-man%SECTION%): Likewise. * automake.in (handle_man_pages): Handle dist_ and nodist_ prefixes.
Tom Tromey 1a279e3e 2001-05-06T05:25:59 * automake.in (conditional_true_when): Use a hash, not index(). Also, a TRUE component always results in a true return. Fixes test cond10.test. For PR automake/164. * tests/Makefile.am (XFAIL_TESTS): Removed cond10.test.
Tom Tromey 77a0a40f 2001-05-05T22:43:31 2001-05-05 Raja R Harinath <harinath@cs.umn.edu> For PR automake/164: * tests/Makefile.am (TESTS): Added new file. (XFAIL_TESTS): Likewise. * tests/cond10.test: New file.
Akim Demaille f059050a 2001-04-27T14:03:26 * tests/specflags4.test, tests/specflags5.test: Remove, merged into... * tests/specflags3.test: here.
Pavel Roskin 8fc51016 2001-04-24T18:04:59 Rebuilt.
Akim Demaille 45adbe17 2001-04-12T16:51:10 XFAIL: installsh.test.
Tom Tromey 9c3af685 2001-04-11T04:17:21 2001-04-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * m4/make.m4 (AM_MAKE_INCLUDE): Pass `-s' to make. * tests/Makefile.am (TESTS): Added make.test. * tests/make.test: New file.
Akim Demaille f3d09a31 2001-04-10T09:21:00 * automake.in (&scan_aclocal_m4): Handle $relative_dir and special variables. Specify to the caller whether $regen_aclocal_m4. (&handle_configure): Adjust. Transform `REGEN-ACLOCAL-M4'. * configure.am: Use it. * tests/defs (me): New. * tests/configdeps.test: New.
Akim Demaille 70ab1bae 2001-04-09T18:25:39 XFAIL: objc, subobj2.
Akim Demaille 548e3c16 2001-04-09T09:42:02 Avoid reading twice header-vars.am as now macro_define complains. * automake.in (&define_standard_variables): Don't output the variables. (&read_main_am_file): Output first user variables, then Automake variables. Don't call twice &define_standard_variables. Save variable comments in $am_vars. (&variable_output): New. (&file_contents_internal): New. Save variable comments in $am_vars. (&file_contents): Use it.
Tom Tromey 760c7425 2001-04-08T00:27:35 * tests/Makefile.am (XFAIL_TESTS): Added man.test. (TESTS): Likewise. * tests/man.test: New file.
Akim Demaille dd2d93d3 2001-03-23T16:50:30 * automake.in (&file_contents): Use rule_define.
Akim Demaille eedc18e1 2001-03-23T16:23:53 * automake.in (read_am_file): TRUE and FALSE are predefined conditionals. (&by_condition): Adjust. (&conditional_string): Recognize `TRUE' and `FALSE'. (&make_condition): Use it. * m4/cond.m4: Reject TRUE and FALSE as conditionals. * automake.texi (Conditionals): Adjust. * tests/cond9.test: s/FALSE/WRONG/.
Pavel Roskin eb13c416 2001-03-12T15:42:36 * tests/Makefile.am (XFAIL_TESTS): Remove cond3.test, it passes now.
Akim Demaille b0ef40c5 2001-03-09T19:17:40 * tests/cond3.test: Strengthen.
Akim Demaille 54ae7487 2001-03-07T19:09:44 * automake.in (&handle_all): Use an array instead of a scalar for local_headers. Get rid of all-redirect: let `all' be that target.
Pavel Roskin e5a1edef 2001-03-06T14:56:11 * tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's fixed now.
Pavel Roskin 49182dcb 2001-03-05T22:14:08 Rebuild.
Pavel Roskin fb3e68bc 2001-03-05T17:05:26 Rebuild.
Akim Demaille 0794a12b 2001-03-05T14:45:40 Make the installation/uninstallation of Info pages follow the regular am/recursive scheme. * automake.in (%required_targets, %dependencies): Add install-info. (%dependencies): Add install-info, install-info-am, and unstall-info. (&handle_subdirs): Don't transform INSTALLINFO, which mapping was reversed BTW. Does anybody use the option `no-installinfo'? (&handle_merge_targets): Let the handling of info related targets to... (&handle_factored_dependencies): this. * subdirs.am: Use ?INSTALL-INFO?. * texinfos.am: Define the install-info, uninstall-info and uninstall-info-am targets.
Akim Demaille f455f2ed 2001-03-05T14:44:27 * automake.in (%required_targets, %dependencies): Add dvi, info, dvi-am, info-am. (@info, @dvi): Remove. (&handle_texinfo, &handle_merge_targets): Adjust. (&handle_factored_dependencies): Required targets are phony. * texinfos.am: Build info, dvi, and the corresponding -am or -recursive targets.
Akim Demaille 51c68871 2001-03-05T14:41:08 * configure.am: New file. * automake.in (&file_contents): Transform CONFIGURE-AC. (&handle_texinfo, &handle_configure): Don't transform CONFIGURE_AM. (&handle_configure): Use `configure.am'. * remake-hdr.am, remake.am, texi-vers.am: Adjust to MAINTAINER-MODE and CONFIGURE-AC.
Akim Demaille f4d5ba0b 2001-03-05T14:38:54 * automake.in (&pretty_print_internal): Don't output useless spaces. (define_pretty_variable): Don't issue the space after the `=' sign to avoid trailing spaces in Makefile.ins.
Akim Demaille 739897c2 2001-03-05T14:38:02 * automake.in (&generate_makefile): Call &initialize_per_input *before* setting $am_file_name and $in_file_name.
Akim Demaille 768c0b53 2001-03-05T14:35:47 * automake.in ($in_file_name, $am_file_name, $relative_dirs): Globals, initialized... (&initialize_per_input): here.
Pavel Roskin 185ae9e1 2001-03-03T07:13:04 * tests/yaccvpath.test: Add a delay to make parse.c really out of date. Detect the problem earlier, after `make distdir'. Drop dependency on flex. Always use the `-y' flag for bison. Comment changes. * tests/Makefile.am: Add yaccvpath.test to XFAIL_TESTS.
Pavel Roskin f0a6e0c9 2001-02-27T06:30:51 * tests/Makefile.am (TESTS): s/yaccpvath/yaccvpath/.
Tom Tromey 2ffdc496 2001-02-27T04:16:40 2001-02-25 Alexandre Duret-Lutz <duret_g@epita.fr> * tests/Makefile.am (TESTS): Added yaccvpath.test. * tests/yaccvpath.test: New file.
Akim Demaille b871b6b5 2001-02-26T10:34:05 * automake.in (&target_cmp, &dist_cmp): Do not prototype comparing routines, otherwise the elements to compare are passed in @_ instead of $a and $b.
Akim Demaille 450d5803 2001-02-26T09:37:39 * automake.in (&handle_merge_targets, &do_one_merge_target): Don't handle installcheck and installcheck-am. * install.am: Do it.
Akim Demaille 1051caf2 2001-02-26T09:33:06 * automake.in (&handle_merge_targets, &do_one_merge_target): Don't handle install and install-am. * install.am: Do it.
Akim Demaille a57c0827 2001-02-26T09:30:02 * automake.in (&handle_merge_targets, &do_one_merge_target): Don't work on targets handled by %dependencies. (&handle_factored_dependencies): Do it. * install.am: Install install-exec, install-data and uninstall's suites.
Akim Demaille ecc38223 2001-02-26T09:23:43 * automake.in (&handle_merge_targets): Move `install-strip' from here... * install.am: to here.
Akim Demaille f722556f 2001-02-26T09:14:43 * automake.in (@installdirs): Remove. (&file_contents): Be able to grow Automake macros with `+='. (&handle_texinfo, &handle_man_pages, &am_install_var): Let your files define _am_installdirs. (&handle_installdirs): Remove the code, just output `install.am'. * install.am: New. * data.am, header.am, libs.am, lisp.am, ltlib.am, mans.am, progs.am, * python.am, scripts.am, texinfos.am: Extend $(_am_installdirs).
Tom Tromey 2bd4dd43 2001-02-26T01:10:33 * tests/Makefile.am (TESTS): Added subdircond.test. * tests/subdircond.test: New file. * automake.in (handle_gettext): Don't fail if SUBDIRS conditionally defined.
Akim Demaille f656610b 2001-02-25T18:37:40 * automake.in (&initialize_per_input): %targets_conditionals is new. (&read_am_file): When slurping a rule, set the target related variable, and no variable related variable. (&file_contents): Likewise. * tests/vartar.test, tests/ctarget1.test: New.
Akim Demaille b8a2f0f9 2001-02-25T18:04:29 * automake.in (&handle_texinfo, &handle_man_pages, &am_install_var): Don't deal with install-data-am, install-exec-am and unstall-am. (&initialize_per_input): Add them to %dependencies. Remove %exec_dir_p since the *.am files are now in charge of it. Remove @uninstall, @install_data, @install_exec. (&handle_merge_targets): Adjust to these removals. (&file_contents): Also &transform_cond for --no-installman and --no-installinfo. (&do_one_merge_target): Add some magic to install hooks on %dependencies' targets. (%required_targets): New. (&handle_factored_dependencies): Output required targets. * data.am, header.am, java.am, libs.am, lisp.am, ltlib.am, * mans-vars.am, mans.am, progs.am, python.am, scripts.am, * texinfos.am: Declare your dependencies on install-data-am, install-exec-am and uninstall-am. * tests/instdata2.test (incldata_HEADERS): New test.
Tom Tromey 3773f48b 2001-02-25T04:37:52 * Makefile.am (amfiles): Added texibuild.am. * texibuild.am: New file. * tests/Makefile.am (TESTS): Added texinfo9.test. * tests/texinfo9.test: New file. * automake.in (handle_texinfo): Keep track of suffixes used. Give error if suffix unrecognized. Removed extraneous newline.
Pavel Roskin d95e6095 2001-02-21T15:41:00 Rebuild.
Akim Demaille 7a0defee 2001-02-21T08:35:51 * dist-vars.am: Remove, merge into... * distdir.am: this. * automake.in (dirname, basename, backname): Move at the top of the file so that prototypes are checked, Use them without `&'. (&handle_dist): Adjust.
Akim Demaille 9bd6e61e 2001-02-21T08:22:25 * distdir.am (GZIP_ENV): Define. * automake.in (&handle_dist): Don't. (&uniq): New. (&handle_dist_worker, &am_install_var): Use it.
Pavel Roskin 358ab710 2001-02-19T15:20:45 Rebuild.
Tom Tromey eb0b1538 2001-02-18T00:35:19 2001-02-17 Tom Tromey <tromey@redhat.com> * automake.in (handle_merge_targets): Use double quotes around setting of INSTALL_STRIP_PROGRAM. * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Set INSTALL_STRIP_PROGRAM to absolute path at runtime. (AM_PROG_STRIP): Don't explicitly test $STRIP. 2001-01-28 Alexandre Duret-Lutz <duret_g@epita.fr> * m4/strip.m4: New file. * m4/Makefile.am (m4data_DATA): Add strip.m4. * m4/init.m4: Call AM_PROG_INSTALL_STRIP. * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function. (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead of $ac_aux_dir, and require AM_AUX_DIR_EXPAND. * m4/depend.m4 (AM_DEP_TRACK): Likewise. * automake.in (handle_merge_targets): In the install-strip rule, set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG. * progs.am (install-@DIR@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV, don't use INSTALL_STRIP_FLAG any longer. * header-vars.am (INSTALL_STRIP_FLAG): Remove. (INSTALL_PROGRAM_ENV): New variable.
Tom Tromey 4fe13daa 2001-02-14T02:33:43 * automake.in (do_one_merge_target): Always register $name and $name-am as phony.
Tom Tromey d79a04dc 2001-02-13T07:03:55 * configure.in: Updated to 1.4e for cvs.
Tom Tromey e53585cb 2001-02-13T06:52:58 * configure.in: Updated to 1.4d and released.
Tom Tromey d9b3f8fa 2001-02-12T16:49:56 2001-02-12 Tom Tromey <tromey@redhat.com> Fix for subdirbuiltsources.test: * automake.in (initialize_per_input): [all_target] Initialize to empty string. (handle_merge_targets): Use all-redirect target to handle built sources. (do_one_merge_target): Don't generate all-redirect rule. 2001-02-11 Peter Muir <iyhi@yahoo.com> * tests/subdirbuiltsources.test: New file. * tests/Makefile.am (TESTS): Added new file.
Pavel Roskin 84c00fae 2001-02-12T15:39:23 Rebuild.
Akim Demaille 4ec2083b 2001-02-09T03:38:16 * automake.in (&transform): Use `my', not `local'. (&transform_cond): New. (&get_object_extension, &handle_texinfo, &handle_tags) (&handle_dist_worker, &handle_dist, &add_depend2, &handle_clean) (&handle_tests_dejagnu): Use it. * texinfos.am, lisp.am, header.am, dist.am, distdir.am, depend2.am * dejagnu.am, data.am, clean.am: Adjust to the new syntax.
Tom Tromey b71fc974 2001-02-08T05:21:43 * tests/Makefile.am (XFAIL_TESTS): Removed distcommon.test.
Tom Tromey aa655488 2001-02-07T21:51:39 * tests/Makefile.am (EXTRA_DIST): Added ChangeLog-old.
Tom Tromey 05131a01 2001-02-07T21:14:12 * Makefile.am (XFAIL_TESTS): Removed remake3.test, distcommon.test.
Tom Tromey fe2019cc 2001-02-07T20:55:43 * Makefile.am (XFAIL_TESTS): Added new files.
Tom Tromey b88ca08f 2001-02-07T20:55:07 * distcommon.test: New file. * Makefile.am (TESTS): Added new file.
Tom Tromey 33ed28a0 2001-02-07T20:07:28 * distcommon.test: New file. * Makefile.am (TESTS): Added new file.
Akim Demaille 8a34b58d 2001-02-06T09:09:36 Monstro unsplitable patch. The aim is to remove hard coded knowledge about clean targets from automake.in, leaving them in the *.am files. In addition to the mechanic needed to factor some dependencies, it appears some rules (most notably distclean and maintainer-clean) need factored actions. So first, be ready to catch factored rules. * automake.in (&file_contents): For the time being, use an extended $RULE_PATTERN which is able to match any kind of rules, with or without dependency, with or without actions. Handle all the rules uniformly, storing in %actions the factored actions. (&flatten, &target_cmp): New. (&handle_factored_dependencies): Output the %actions. No longer special case `clean'. Output the rules in alphabetical order, but keeping `.PHONY' last. Now we must not use &push_phony_cleaners, which is doing all sort of magic to push a bit of everything in all the clean targets. The biggest problem being that, making a Cartesian product, it requires many useless targets. The `*.am' file know better. But first, register the new factored rules. * automake.in (&initialize_per_input): Include clean, mostlyclean, maintainer-clean, distclean and their `*-am' counterpart in %dependencies. Initialize %actions. (get_object_extension, handle_texinfo, handle_tags, handle_multilib) handle_dependencies, handle_subdirs, handle_configure, handle_clean) (handle_emacs_lisp, handle_python): Don't play with &push_phony_cleaners nor &depend and `clean'. * texinfos.am, texi-vers.am, tags-clean.am: * subdirs.am,python-clean.am, multilib.am, lisp-clean.am: * libtool.am, kr-extra.am, depend.am, compile.am, clean.am: * clean-kr.am, clean-hdr.am: Do it. Whenever a target is empty, just remove it, it will no longer be called. There is still some magic about clean to hard code. But really, that's the end of &do_one_clean_target. * automake.in (&do_one_clean_target): Kaboom out. (&handle_clean): Rewrite the magic code. (&am_install_var): No longer use &push_phony_cleaners, nor depend on `clean'. (&push_phony_cleaners): Kaboom too.
Akim Demaille 279adc2a 2001-02-06T09:08:56 * automake.in (do_one_clean_target): Don't hard code knowledge about libtool, and maintainer-clean. * clean.am, libtool.am: Handle these.
Akim Demaille 491b77b4 2001-02-05T09:09:17 * Makefile.am (perl4-check): Remove, we now require Perl 5. (maintainer-check): Don't be silent when you find a problem, and actually, even specify the locations. Also check that @_ is assigned to arrays.
Akim Demaille 8f0f4563 2001-02-04T15:10:23 * distdir.am (distdir): New file, extracted from... * automake.in (handle_dist_worker): here. Adjust.
Tom Tromey ef931d9f 2001-02-04T03:18:01 * Makefile.am (XFAIL_TESTS): Removed colon7.test.
Akim Demaille b2669526 2001-01-31T14:16:17 * automake.in (file_contents): Rewrite: instead of trying to parse it line by line, first swallow it completely into $CONTENTS, *then*, parse it *paragraph* by paragraph.
Akim Demaille f2808296 2001-01-29T09:41:43 * automake.in (handle_phony): Sort. (file_contents_with_transform): Catch `.PHONY:'. (handle_tests): Instead dumping the hard coded target check-TESTS and registering its .PHONYsm, get them from... * check.am: here, new file.
Tom Tromey 1ea47381 2001-01-29T06:15:51 * automake.in (variable_value_as_list_worker): Handle entries in %am_var_defs. Fixes listval.test.
Tom Tromey 16433345 2001-01-29T05:55:23 * listval.test: New file. * Makefile.am (TESTS): Added listval.test.
Akim Demaille a734beab 2001-01-25T16:59:58 * makevars.test: New.
Akim Demaille 0249b08b 2001-01-24T14:40:41 * vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
Tom Tromey 9da47b12 2001-01-15T17:51:58 * amassign.test: New file. * Makefile.am (TESTS): Added new file.
Tom Tromey 7f599cfe 2001-01-13T03:41:40 * subobj4.test: New file. * Makefile.am (TESTS): Added subobj4.test.
Tom Tromey 9f604baf 2001-01-12T18:43:41 * cxxansi.test: New file. * Makefile.am (TESTS): Added cxxansi.test.
Tom Tromey 407f252e 2000-12-23T21:42:43 * configure.in: Updated to 1.4c for cvs.
Tom Tromey 409b58a8 2000-12-23T21:30:30 * configure.in: Updated to 1.4b and released.
Tom Tromey cd425003 2000-12-17T21:32:57 * Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.
Tom Tromey a73aacd5 2000-11-26T01:37:30 * space.test: New file. * Makefile.am (TESTS): Added space.test.
Tom Tromey 28693511 2000-11-23T21:42:14 * pr87.test: New file. From PR automake/87. * Makefile.am (TESTS): Added pr87.test.
Akim Demaille c2a21bf8 2000-10-19T08:19:58 * subdir4.test (depcomp): Don't create it, defs does.
Akim Demaille a2c34841 2000-10-16T09:01:36 * aclocal.in, aclocal.m4: Standardize FSF Copyright statements. * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise.
Tom Tromey ba36e990 2000-08-30T17:53:32 * Makefile.am (XFAIL_TESTS): Removed pr72.test.
Tom Tromey aeb97fca 2000-08-29T01:26:45 * Makefile.am (XFAIL_TESTS): Added ldflags.test.
Tom Tromey f6706419 2000-08-27T23:37:45 For PR automake/75: * Makefile.am (TESTS): Added fortdep.test. * fortdep.test: New file.
Tom Tromey c5fa88d4 2000-08-27T18:16:48 For PR automake/68: * Makefile.am (TESTS): Added header.test. * header.test: New file.
Tom Tromey 779c4f3d 2000-08-26T20:27:16 For PR automake/73: * Makefile.am (TESTS): Added instman2.test. * instman2.test: New file.
Tom Tromey 69766c69 2000-08-26T20:13:29 For PR automake/77: * Makefile.am (TESTS): Added ldflags.test. * ldflags.test: New file.
Jim Meyering f5559b42 2000-08-06T13:25:34 regenerated using current automake
Tom Tromey efd168a0 2000-03-19T22:33:19 More for PR automake/38: * symlink3.test: New file. * Makefile.am (TESTS): Added symlink3.test.
Tom Tromey 3d954460 2000-03-19T22:24:26 For PR automake/38: * symlink2.test: New file. * Makefile.am (TESTS): Added symlink2.test.
Tom Tromey d7a10601 2000-03-19T19:54:24 * nodepcomp.test: New file. * Makefile.am (TESTS): Added nodepcomp.test.
Tom Tromey 5a096ac0 2000-02-02T04:29:02 2000-02-02 Assar Westerlund <assar@sics.se> * automake.in (handle_single_transform_list): do not use $< which is not handled by all non-GNU makes. Instead do explicit sh code testing for the file in this directory and srcdir. Based on a suggestion by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Tom Tromey 807452d3 1999-12-19T09:11:46 Test for PR automake/9: * pr9.test: New file. * Makefile.am (TESTS): Added pr9.test.
Tom Tromey 27859020 1999-12-19T08:36:11 Test for PR automake/2: * pr2.test: New file. * Makefile.am (TESTS): Added pr2.test.
Tom Tromey 6b57816f 1999-12-15T19:01:34 * dup3.test: New file. * Makefile.am (TESTS): Added dup3.test.
Tom Tromey f64df96b 1999-12-14T06:42:57 * pr19.test: New file. For PR automake/19. * Makefile.am (TESTS): Added pr19.test.
Tom Tromey 40cd06be 1999-12-14T06:32:19 * lex4.test: New file. For PR automake/6. * Makefile.am (TESTS): Added lex4.test.
Tom Tromey 9df3256a 1999-12-14T06:09:39 * suffix3.test: New file. * Makefile.am (TESTS): Added suffix3.test.
Tom Tromey c652372d 1999-12-14T03:57:18 * nostdinc.test: New file. * Makefile.am (TESTS): Added nostdinc.test. * condincl2.test: New file. * condincl.test: New file. * Makefile.am (TESTS): Added condincl.test, condincl2.test. * suffix2.test: New file. * Makefile.am (TESTS): Added suffix2.test.
Tom Tromey 6b5f91ec 1999-12-12T23:48:40 * Makefile.am (XFAIL_TESTS): Removed subobj3.test.
Tom Tromey fc9b641e 1999-12-10T07:47:26 * install2.test: New file. * Makefile.am (TESTS): Added install2.test.
Tom Tromey 00172554 1999-12-10T07:04:01 * specflags5.test: New file. * Makefile.am (TESTS): Added specflags5.test.