tests


Log

Author Commit Date CI Message
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
Tom Tromey 41f18c10 1998-04-06T04:48:22 version checking fix
Tom Tromey 42edeab6 1998-04-05T22:50:32 upped to version 1.3
Tom Tromey 3bdbb9e2 1998-04-05T21:36:12 library dependency bug reported by proven
Tom Tromey 0b6882f6 1998-04-05T21:27:04 updated test for error->warning change
Tom Tromey a8959c36 1998-04-04T01:02:52 ac_output fix from doug evans
Tom Tromey 999a757a 1998-04-03T20:12:53 install fix for egcs
Tom Tromey 663ab7c8 1998-03-25T22:42:12 fixed bugs with versions in AUTOMAKE_OPTIONS
Tom Tromey c172f1e8 1998-03-23T18:31:18 upped to 1.2h
Tom Tromey 4b3ff93c 1998-03-23T18:00:22 ansi2knr fix from jim meyering
Tom Tromey de473fa8 1998-03-21T05:57:11 lex fixes for hpux from alexandre oliva
Tom Tromey 55131c45 1998-03-20T22:16:24 fixed aclocal bug
Tom Tromey 884d4980 1998-03-20T07:36:20 added subst test out of paranoia
Tom Tromey f9a9763d 1998-03-20T06:13:41 java patch from Per
Tom Tromey 6cb44f3e 1998-03-20T05:48:34 some java fixes for Per
Tom Tromey b3206cec 1998-03-19T22:11:45 added sinclude.test to Makefile.am
Tom Tromey 75da617a 1998-03-19T21:15:02 sinclude fix
Tom Tromey 60378202 1998-03-19T08:37:01 removed default: target. moved all: target to start
Tom Tromey c12ef214 1998-03-19T04:47:46 fixed colon3.test
Tom Tromey 98261953 1998-03-19T03:05:40 makefile fix for java
Tom Tromey 44cfa063 1998-03-19T00:30:17 initial java support
Tom Tromey c4420eee 1998-03-08T22:45:02 AC_OUTPUT ":" syntax patch
Tom Tromey 4324e3a9 1998-03-07T04:17:39 refined multi-: test for AC_OUTPUT
Tom Tromey b219e3bc 1998-02-24T20:39:48 upped version to 1.2f
Tom Tromey daca6bcd 1998-02-24T19:37:24 reimplemented man pages
Tom Tromey 26d5b8c4 1998-02-23T23:30:34 recognize .txi extension
Tom Tromey 8486e545 1998-02-16T07:15:11 fixed bug with -I and m4 dependencies
Tom Tromey 4f9cdb91 1998-02-14T05:29:07 texinfo fixlet from ian
Tom Tromey 0c5963ab 1998-02-13T16:43:10 added conditional man test
Tom Tromey 3843d642 1998-02-13T07:38:26 Makefile fixlet
Tom Tromey 46d1e88d 1998-02-13T07:31:03 upped to 1.2e
Tom Tromey 2a3ef5dd 1998-02-13T06:04:25 uniquify files passed to etags
Tom Tromey 1619de0c 1998-02-13T05:28:16 fixed unused.test aclocal bug
Tom Tromey 71c627f2 1998-02-13T04:56:24 fixed whoami.test buglet
Tom Tromey 8ba34b7f 1998-02-13T04:11:06 fixed readme-alpha bug
Tom Tromey 5696510a 1998-02-12T00:31:42 checked in fix for aclocal --output bug
Tom Tromey 4948270c 1998-02-05T20:43:29 applied AC_PROG_CXXCPP patch
Tom Tromey b3b24183 1997-12-01T22:54:53 fixed conditional sources bug
Tom Tromey e997d842 1997-11-30T05:12:04 added new test
Tom Tromey 1ad64040 1997-11-26T21:48:09 upped to 1.2d
Tom Tromey ede25777 1997-10-25T06:06:45 new test
Tom Tromey 1910a4e5 1997-10-21T18:08:49 no longer require @LEXLIB@
Tom Tromey 58125efa 1997-10-21T17:08:49 fix for test
Tom Tromey dcec7e30 1997-10-21T07:10:06 added bogus test
Tom Tromey b5e75019 1997-10-21T06:52:08 aclocal fix
Tom Tromey 92e7f9f8 1997-09-29T19:26:23 fixed 'make dist'
Tom Tromey 32cf2528 1997-09-28T23:20:15 nothing