summaryrefslogtreecommitdiffstats
path: root/c/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-30141-564/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-232-0/+5
|
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-20141-141/+141
|
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-1612-10/+14
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-10141-141/+564
| | | | | any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
* Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1997-11-301-4/+3
| | | | to determine which directories to descend into.
* Removed warning.Joel Sherrill1997-11-181-1/+1
|
* New file.Joel Sherrill1997-11-181-0/+45
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-233-1/+205
|
* Added test case for rtems_interrupt_catch checking that the pointerJoel Sherrill1997-10-212-1/+11
| | | | for the returned old_isr_handler was non-NULL.
* Fixed some spacing.Joel Sherrill1997-10-092-4/+4
|
* Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1997-10-081-0/+9
| | | | exercise.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08579-1158/+1158
|
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-084-7/+7
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1997-10-061-18/+9
|
* Added Monitor test.Joel Sherrill1997-09-214-1/+192
|
* Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1997-08-271-1/+1
|
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-265-19/+52
|
* removed -lmJoel Sherrill1997-08-261-1/+1
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-318-0/+1274
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-313-2/+12
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added support for rtems_message_queue_get_number_pending.Joel Sherrill1997-07-314-0/+21
|
* Used macro instead of hard coded number.Joel Sherrill1997-07-091-1/+1
|
* incorrect screen name for multiprocessing tests.Joel Sherrill1997-04-221-1/+1
|
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-221-13/+5
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22571-2855/+2855
| | | | of switching to the modified GNU GPL.
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-183-6/+6
|
* Corrected incorrect settings for locations of psx and sp test screens.Joel Sherrill1997-04-181-2/+2
|
* Added line to install test screens so difftest does not have to haveJoel Sherrill1997-04-1565-7/+137
| | | | | | a path back into the source tree. This would be better for binary distributions as well since you now have the correct output at the install point.
* enabled floating point and fixed confdef reference to initializationJoel Sherrill1997-04-094-5/+9
| | | | tasks table.
* new testJoel Sherrill1997-04-0914-0/+862
|
* added cpuuse and rtmonuseJoel Sherrill1997-04-091-1/+1
|
* corrected printf specifications and added casts as necessary to eliminateJoel Sherrill1997-04-077-72/+79
| | | | warnings.
* added ifdef to avoid warning for unused variable.Joel Sherrill1997-04-071-2/+6
|
* corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1997-04-071-3/+10
| | | | warnings.
* corrected one of the references to an environment variable whichJoel Sherrill1997-04-021-1/+1
| | | | is no longer used since autoconf is in place.
* corrected printf format to avoid warningJoel Sherrill1997-04-027-11/+11
|
* initialized variables or removed unused variables to remove warningsJoel Sherrill1997-04-023-4/+3
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-01136-0/+6948
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* added support for posix testsJoel Sherrill1997-03-081-1/+3
|
* Made stopping for the pause an option which can be configured in theJoel Sherrill1997-01-291-0/+12
| | | | targopts.h file.
* _CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1997-01-081-2/+5
| | | | the application requires rtems to allocate a trap table
* new filesJoel Sherrill1996-09-183-0/+205
|
* added castJoel Sherrill1996-09-181-1/+1
|
* address arithmetic changed to be more portableJoel Sherrill1996-09-181-3/+7
|
* new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-183-0/+230
| | | | (ostertag@transition.com)
* extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1996-09-171-2/+2
|
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
| | | | | | | time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
* modified test to take into account change in default value ofJoel Sherrill1996-09-061-0/+5
| | | | | inheritsched pthread attribute from implicit to explicit scheduling parameters.