tests


Log

Author Commit Date CI Message
Tom Tromey ba8a917b 1999-04-11T21:11:04 * subobj2.test: New file. * Makefile.am (TESTS): Added subobj2.test.
Tom Tromey 62fef914 1999-04-11T12:58:09 * subobj.test: New file. * Makefile.am (TESTS): Added subobj.test.
Tom Tromey 7c44803d 1999-04-10T23:27:06 * confh.test: Use `sed' to extract full definition of DIST_COMMON. Look for stamp-h.in rule in include/Makefile.in. * Makefile.am (XFAIL_TESTS): Removed confh.test.
Tom Tromey d2e79b5f 1999-04-10T22:51:16 * defs: Ensure srcdir is always absolute.
Tom Tromey d95c380f 1999-04-10T22:20:15 * Makefile.am (XFAIL_TESTS): Removed cond8.test.
Tom Tromey 323c04c3 1999-04-10T22:08:21 * automake.in (handle_single_transform_list): Handle dependency tracking when files are created in subdirs. Error if object in subdir has `..' component.
Alexandre Oliva 16a9b200 1999-04-10T05:41:44 oops, missing trailing backslash
Alexandre Oliva 96e07b9c 1999-04-10T05:38:53 * suffix.test: New file. * Makefile.am: Added suffix.test.
Alexandre Oliva a4d13c8c 1999-04-10T04:04:37 * Makefile.am (XFAIL_TESTS): Added cond8.test.
Alexandre Oliva 2eb4c392 1999-04-10T03:48:19 * cond3.test: Refer to am_targ_OBJECTS.
Alexandre Oliva c97c0af0 1999-04-10T00:48:06 * yacc2.test, yacc3.test: New files. * Makefile.am (TESTS): Added yacc2.test and yacc3.test.
Tom Tromey b17e0e0c 1999-04-09T23:02:47 * nodist.test: New file. * Makefile.am (TESTS): Added nodist.test.
Tom Tromey b4fd85bb 1999-04-09T12:09:52 * m4/gcj.m4: New file. * m4/Makefile.am (m4data_DATA): Added gcj.m4.
Tom Tromey 3a376ddc 1999-04-09T11:57:46 * gcj.test: New file. * Makefile.am (TESTS): Added gcj.test.
Tom Tromey dbec49b6 1999-04-08T12:36:13 * cond8.test: New file. * Makefile.am (TESTS): Added cond8.test.
Alexandre Oliva f2a7a6e4 1999-04-07T09:54:29 * backsl2.test: New file. * Makefile.am (TESTS): Added backsl2.test.
Alexandre Oliva 7d2b6f05 1999-04-07T02:15:17 * texinfo8.test: texinfo.tex is only disted by aux/Makefile.
Alexandre Oliva da3d0bb1 1999-04-07T01:59:32 * texinfo8.test: New file. * Makefile.am (TESTS): Added texinfo8.test.
Alexandre Oliva e0e68eed 1999-04-06T23:06:09 Rebuilt.
Tom Tromey 0a8380d0 1999-03-31T13:50:42 * pluseq2.test, pluseq3.test: Updated for recent \-preservation change.
Alexandre Oliva 59098f3c 1999-03-31T12:37:26 * Makefile.am (XFAIL_TESTS): add confh.test
Tom Tromey 024b92d3 1999-03-30T21:13:06 * mclean.test: Fixed typo.
Tom Tromey 6dc91224 1999-03-30T21:10:01 * mclean.test: New file. * Makefile.am (TESTS): Added mclean.test.
Alexandre Oliva 946a15b3 1999-03-30T01:17:29 * confh.test: if include/Makefile.am is created, the test fails
Tom Tromey 56ddd5bc 1999-03-27T12:19:05 * extra4.test: Allow EXTRA_DATA to be specified.
Tom Tromey 6921e816 1999-03-27T00:28:05 * scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate. (uninstall-@DIR@SCRIPTS): Likewise. * progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate. (uninstall-@DIR@PROGRAMS): Likewise. * ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate. (uninstall-@DIR@LTLIBRARIES): Likewise. * lisp.am (install-@DIR@LISP): Use NDIR when appropriate. (uninstall-@DIR@LISP): Likewise. * libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate. (uninstall-@DIR@LIBRARIES): Likewise. * java.am (install-@DIR@JAVA): Use NDIR when appropriate. (uninstall-@DIR@JAVA): Likewise. * header.am (install-@DIR@HEADERS): Use NDIR when appropriate. (uninstall-@DIR@HEADERS): Likewise. * data.am (install-@DIR@DATA): Use NDIR when appropriate. (uninstall-@DIR@DATA): Likewise. * Makefile.in: Rebuilt. * Makefile.am (dist_pkgdata_DATA): Renamed. (EXTRA_DIST): Removed. (install-data-hook): Added POST_INSTALL; print commands as they are run; respect DESTDIR. * dist-vars.am (DISTFILES): Removed $(HEADERS). * automake.in (am_install_var): Accept `-candist' and `-defaultdist' options. Handle `dist_' and `nodist_' prefixes. (am_primary_prefixes): Added can_dist argument. Recognize `dist_' and `nodist_' prefixes. (handle_scripts): Pass -candist to am_install_var. (handle_data): Pass -defaultdist to am_install_var. (handle_headers): Likewise. (handle_emacs_lisp): Pass -candist to am_install_var. (handle_java): Pass -candist to am_install_var.
Tom Tromey af49c4fe 1999-03-26T22:34:03 * Makefile.in: Rebuilt. * Makefile.am: Updated to reflect removal of TAR subst. * automake.texi (Options): Document dist-bzip2. * automake.in (TAR): Removed global. (initialize_global_constants): Changed `dist' to use pipe with gzip; work with non-GNU tar. (handle_dist): Handle non-GNU tar. Don't define TAR. (initialize_global_constants): Added `dist-bzip2' entry. (handle_options): Recognize dist-bzip2 option. (handle_dist): Likewise. * configure: Rebuilt. * configure.in: Don't check for tar. * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute AMTARFLAGS.
Tom Tromey a85ba428 1999-03-26T21:57:32 * automake.in (am_install_var): Removed obsolete comment. * texinfos.am (uninstall-info): Don't print loop but instead print commands. Simplified pre-uninstall loop. * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but instead print commands. * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead print commands. * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but instead print commands. * lisp.am (install-@DIR@LISP): Strip subdir from file name. (uninstall-@DIR@LISP): Likewise. Also, don't print loop but instead print commands. * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead print commands. * java.am (uninstall-@DIR@JAVA): Don't print loop but instead print commands. * header.am (install-@DIR@HEADERS): Strip subdir from file name. (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but instead print commands. * data.am (install-@DIR@DATA): Strip subdir from file name. (uninstall-@DIR@DATA): Likewise. Also, don't print loop but instead print commands.
Tom Tromey a853d6c4 1999-03-25T17:38:33 1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br> * automake.in (TESTS): make from Solaris 7/x86 loses if srcdir is absolute and != objdir. dir="" or "$(srcdir)/" fixes it
Tom Tromey 4dd53089 1999-03-22T11:45:58 * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
Tom Tromey 7c06a4e2 1999-03-21T23:24:09 * pluseq7.test: New file. * Makefile.am (TESTS): Added pluseq7.test. * pluseq6.test: New file. * Makefile.am (TESTS): Added pluseq6.test.
Tom Tromey 4d505649 1999-03-21T21:54:55 * nodep.test: New file. * Makefile.am (TESTS): Added nodep.test. * subdir3.test: Correctly mention _SOURCES in Makefile.am.
Tom Tromey d8391974 1999-03-21T21:08:20 * subdir3.test: New file. * Makefile.am (TESTS): Added subdir3.test. * xsource.test: Changed to check whether multiple source files with same object name cause failure.
Tom Tromey 20581e3a 1999-03-11T22:49:59 * libobj9.test: New file. * Makefile.am (TESTS): Added libobj9.test.
Tom Tromey 6e7084c5 1999-03-11T22:32:53 * insthook.test: Don't require GNU grep. From John Pierce.
Tom Tromey cfe7cd15 1999-03-11T22:28:10 * lex3.test: New file. * Makefile.am (TESTS): Added lex3.test.
Tom Tromey d92b8dc9 1999-03-01T21:16:33 * ansi3.test: Use no-dependencies option to avoid GNU make requirement. From Jerome Lovy.
Tom Tromey 8bb18a68 1999-02-27T12:19:00 * ext.test (foo_SOURCES): New file. * Makefile.am (TESTS): Added ext.test.
Tom Tromey f1f1c266 1999-02-11T21:30:46 * cygwin32.test: Use AC_EXEEXT, not AM_EXEEXT.
Tom Tromey d0eb8943 1999-02-11T15:42:38 * automake.in (obsolete_macros): Corrected typo in AM_EXEEXT entry. Fixes obsolete2.test.
Tom Tromey 7ee50449 1999-02-11T15:32:32 * obsolete2.test: New file. * Makefile.am (TESTS): Added obsolete2.test.
Tom Tromey bdfb5820 1999-02-01T11:49:56 * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin.
Tom Tromey 0b2d9e52 1999-02-01T11:40:21 * cond5.test: Sleep 15 seconds, not 5. Some people still run the test on slow machines.
Tom Tromey a799e31d 1999-01-22T14:14:48 * copy.test: New file. * Makefile.am (TESTS): Added copy.test.
Tom Tromey aeacea42 1999-01-22T14:07:17 Updated Makefile.in
Tom Tromey 91186156 1999-01-22T13:53:06 * ppf77.test: New file. * Makefile.am (TESTS): Added ppf77.test.
Tom Tromey f61264d0 1999-01-14T22:47:20 Updated generated files
Tom Tromey 0583b56b 1999-01-14T22:45:45 * automake.in (handle_configure): Compute $header_dir based on $one_name, not $one_hdr. Reported by Erez Zadok. Fixes confh2.test. (handle_configure): Compute relative path to input header correctly in all cases.
Tom Tromey c79636af 1999-01-14T22:29:37 * confh3.test: New file. * Makefile.am (TESTS): Added confh3.test.
Tom Tromey bb84596b 1999-01-14T21:55:10 * confh2.test: New file. * Makefile.am (TESTS): Added confh2.test.
Tom Tromey 95779948 1999-01-14T21:47:46 * confh.test: Run automake differently the second time.
Tom Tromey 429b29fc 1999-01-14T20:24:09 * mdate3.test: New file. * Makefile.am (TESTS): Added mdate3.test.
Tom Tromey 57ecbdc3 1999-01-11T10:42:58 Forgot to add confh.test
Tom Tromey 40032c1c 1999-01-11T10:36:14 Updated Makefile.in
Tom Tromey a00f5007 1999-01-11T10:32:06 * confh.test: New file. * Makefile.am (TESTS): Added confh.test.
Tom Tromey 7540a67e 1999-01-10T21:12:47 Rebuilt files with latest automake
Tom Tromey aa78b31e 1999-01-10T20:58:08 * objc.test: Updated to account for new ObjC support.
Tom Tromey 35850024 1999-01-10T18:37:08 * aclocal.in (write_aclocal): Updated copyright. (parse_arguments): Likewise. * automake.in (parse_arguments): Updated copyright. (initialize_global_constants): Likewise. * Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS. (install-data-hook): New hook. Report from Petter Reinholdtsen.
Tom Tromey 6392767a 1999-01-10T18:06:17 * pluseq5.test: New file. * Makefile.am (TESTS): Added pluseq5.test.
Tom Tromey 6b14d020 1999-01-10T18:00:35 * all.test: Test all *-local targets, not just all-local.
Tom Tromey b977d84c 1999-01-10T17:42:48 * all.test: New file. * Makefile.am (TESTS): Added all.test.
Tom Tromey 1da13c55 1999-01-07T11:53:16 Based on report from Marcus G. Daniels. Fixes include.test. * automake.in (generate_makefile): Call read_main_am_file. (read_main_am_file): New sub. (read_am_file): Moved header generation code into read_main_am_file.
Tom Tromey bdc2173a 1999-01-07T11:34:14 * include.test: New file. * Makefile.am (TESTS): Added include.test.
Tom Tromey d0e49df5 1999-01-06T13:01:38 Fri Dec 11 10:20:42 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU> * compile_f_c_cxx.test: Change to use F77 and F77LINK instead of FC and FLINK, respectively. * flibs.test: same * fnoc.test: same * fo.test: same * fonly.test: same * link_f_c.test: same * link_f_c_cxx.test: same * link_f_cxx.test: same * link_f_only.test: same Fri Dec 11 10:23:17 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU> * automake.in, automake.texi: Change all of the Fortran 77 code to use the new `F77' prefix instead of the older `FC' prefix. Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.
Tom Tromey b1f26417 1998-12-21T13:02:05 * insthook.test: Updated to fail when it should.
Tom Tromey ea124538 1998-12-11T14:09:47 * insthook.test: New file. * Makefile.am (TESTS): Added insthook.test.
Tom Tromey 403a3cef 1998-12-02T12:47:00 * configure.in: Upped version to 1.3d.
Tom Tromey c6996dfa 1998-11-27T21:26:36 * cond7.test: New file. From Pavel Roskin. * Makefile.am (TESTS): New file.
Tom Tromey f2863603 1998-11-10T09:08:25 * pluseq4.test: New file. * Makefile.am (TESTS): Added pluseq4.test.
Tom Tromey 310bda54 1998-11-09T21:07:23 * pluseq3.test: New file. * Makefile.am (TESTS): Added pluseq3.test.
Tom Tromey 9b0bee2c 1998-11-09T15:09:08 * pluseq2.test: New file. * Makefile.am (TESTS): Added pluseq2.test.
Tom Tromey 5eb50650 1998-10-30T13:56:50 * pluseq.test: New file. * Makefile.am (TESTS): Added pluseq.test.
Tom Tromey 549b12c2 1998-10-28T00:43:39 * Makefile.am (distclean-local): Typo fix.
Tom Tromey 62c8b597 1998-10-19T23:16:51 * Makefile.am (TESTS): Sorted tests. From Jeff Garzik.
Tom Tromey d9b98a63 1998-10-13T18:51:29 F77 changes + some random fixes * libobj7.test: Updated to reflect minor change in automake (test wasn't resilient enough). * instman.test: Updated to reflect fact that mkinstalldirs will be in distribution. * cxxonly.test: Removed. * Makefile.am (TESTS): Added compile_f_c_cxx.test. * compile_f_c_cxx.test: New file. * Makefile.am (TESTS): Added flink.test link_c_cxx.test link_f_c.test link_f_c_cxx.test link_f_cxx.test link_f_only.test. Removed flink.test. * flibs.test: New File. * link_c_cxx.test: New file. * link_f_c.test: New file. * link_f_c_cxx.test: New file. * link_f_cxx.test: New file. * link_f_only.test: New file. * Makefile.am (TESTS): Add cxxonly.test, fonly.test, flink.test, fnoc.test and fo.test. * cxxonly.test: New file. * fonly.test: New file. * flink.test: New file. * fnoc.test: New file. * fo.test: New file.
Tom Tromey 0257d0f7 1998-10-08T21:33:41 * confdist.test: New file. * Makefile.am (TESTS): Added confdist.test.
Tom Tromey e4f5c876 1998-10-08T10:10:51 * extra4.test: New file. * extra3.test: New file. * Makefile.am (TESTS): Added extra3.test, extra4.test.
Tom Tromey 8f6b4b61 1998-10-05T11:53:19 * badline.test: New file. * Makefile.am (TESTS): Added badline.test.
Tom Tromey 72c1e14a 1998-10-01T00:23:45 Some bug fixes, plus a complete rewrite of source file handling: * texinfos.am (install-info-am): Handle case where INFO_DEPS is empty. Reported by Andrew Cagney. (uninstall-info): Likewise. (dist-info): Likewise. * automake.in (handle_texinfo): Error if user tries to generate HTML. * automake.in (do_one_clean_target): Don't push previous clean target if this target is `mostly'. Report from Raja R Harinath. * subdirs.am (mostlyclean-recursive ...): Build local_target, not target. From Raja R Harinath. Completely changed how languages and source files are handled: * automake.in: Call register_language for each language. (lang_c_rewrite): New function. (lang_cxx_rewrite): Likewise. (lang_header_rewrite): Likewise. (lang_yacc_rewrite): Likewise. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise. (lang_asm_rewrite): Likewise. (lang_fortran_rewrite): Likewise. (register_language): Likewise. (extension_map): New global. (language_map): Likewise. (resolve_linker): New function. (handle_single_transform_list): Rewrote to use lang_X_rewrite functions. Changed meaning of first argument. (initialize_per_input): Removed seen_any_source. Initialize language_scratch, extension_seen. Removed cxx_extensions, seen_c_source, dir_holds_headers, dir_holds_sources. (handle_source_transform): Don't compute $objpat. Pass $obj directly to handle_single_transform_list. (handle_built_sources): Fixed call to handle_single_transform_list. (lang_c_finish): New function. (lang_cxx_finish): Likewise. (lang_header_finish): Likewise. (lang_yacc_finish): Likewise. (lang_yaccxx_finish): Likewise. (lang_lex_finish): Likewise. (lang_lexxx_finish): Likewise.. (lang_asm_finish): Likewise. (lang_fortran_finish): Likewise. (yacc_lex_finish_helper): Likewise. (libtool_compiler): Likewise. (saw_extension): New function. (handle_lib_objects_cond): Use saw_extension, not old variables. (handle_yacc_lex_cxx): Removed. (finish_languages): New function. (get_object_extension): Don't set dir_holds_sources. (handle_headers): Don't set dir_holds_headers. Instead, call saw_extension. (saw_sources_p): New function. (handle_tags): Use it. (handle_dependencies): Likewise. (cxx_extensions): New function. (handle_dependencies): Use it. (generate_makefile): Call finish_languages, not handle_yacc_lex_cxx.
Tom Tromey 3a356a00 1998-09-30T11:26:36 * colon7.test: New file. * Makefile.am (TESTS): Added colon7.test.
Tom Tromey eb43f166 1998-09-29T12:53:54 * config.test: New file. * Makefile.am (TESTS): Added config.test.
Tom Tromey 4a68027c 1998-09-29T01:26:20 * Makefile.am (TESTS): Reference clean.test, not clean.am.
Tom Tromey 0afb1ca9 1998-09-28T14:04:03 * recurs2.test: New file, from Jim Meyering. * Makefile.am (TESTS): Added recurs2.test.
Tom Tromey 9f0dd45a 1998-09-28T02:03:36 `include' handling from Marcus Daniels: * automake.in: New pattern: INCLUDE_PATTERN. (read_am_file): Make AM_FILE a local filehandle. For INCLUDE_PATTERN, store included paths on @include_stack and call read_am_file with argument. (handle_configure): When printing the dependencies for Makefile.in, print the items on include_stack (if any) as dependencies, too. * automake.texi: Make a command index `cm' that goes into the concept index. Put if, endif, else, and include in the command index. (Include): Show usage of include directive.
Tom Tromey 18c8af98 1998-09-28T01:47:08 * Makefile.am (TESTS): Added clean.am. * clean.test: New file. * ansi2.test: Updated test for new SUBDIRS change. * noinst.test: Updated test for new SUBDIRS change. * checkall.test: Added check to make sure check-local is handled. Updated test for new SUBDIRS change. * java.test: Updated test for new SUBDIRS change.
Tom Tromey 174373e9 1998-09-27T23:02:12 * automake.texi (Dist): Document EXTRA_DIST change. * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
Tom Tromey fe1c6e33 1998-09-27T21:29:44 * Makefile.am (TESTS): Added else.test. * else.test: New file.
Tom Tromey 0b28babc 1998-09-27T19:10:22 * Makefile.am (TESTS): Added parse.test. * parse.test: New file.
Tom Tromey 1de3ff47 1998-09-26T19:06:21 * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in. * library.test: Use AC_EXEEXT. * texinfo5.test: Use AC_EXEEXT. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.
Tom Tromey c7266e91 1998-09-26T18:32:31 Test suite updates for the @SHELL@ change: * exsource.test: Set SHELL on `make' command line. * ansi.test: Set SHELL on `make' command line. * texinfo.test: Set SHELL on `make' command line. * insh2.test: Set SHELL on `make' command line. * empty.test: Rewrite @SHELL@ to /bin/sh.
Tom Tromey 1cca018a 1998-09-22T00:30:07 Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com> * ansi3.test: Use gcc and not gcc -traditional.
Tom Tromey 1198063a 1998-09-16T04:23:41 A couple fixes from Per Cederqvist
Tom Tromey d14198e4 1998-08-17T05:33:12 Fixed colon6.test. Added test for strange Tab bug
Tom Tromey d75bed2b 1998-08-12T20:18:42 nothing
Tom Tromey ad8b8dfb 1998-08-11T03:14:07 Fixed ansi2knr bug
Tom Tromey 8f75e59c 1998-07-19T06:13:13 fixed more recursivity failures
Tom Tromey d2719082 1998-07-18T06:37:24 Fixed cond4.test
Tom Tromey b5b61792 1998-07-17T17:22:43 AM_MAKEFLAGS patch from Ian
Tom Tromey 5f2c1350 1998-06-01T21:12:08 "clean" cleanup
Tom Tromey 0e371270 1998-05-26T07:46:14 added new syntax checking test