| age |
author |
description |
| Tue, 11 Jan 2011 17:42:15 +0100 |
Alain Leufroy |
Added tag 0.2 for changeset 41c8507e91d8default tip |
| Tue, 11 Jan 2011 17:34:15 +0100 |
Andre Espaze |
Removing old test suite0.2 |
| Tue, 11 Jan 2011 17:25:16 +0100 |
Andre Espaze |
Preparing 0.2 release with only one C file |
| Tue, 11 Jan 2011 17:23:49 +0100 |
Andre Espaze |
Removing old sources |
| Tue, 07 Apr 2009 19:23:35 +0200 |
Andre Espaze |
Mocking the wait symbol by mwait instead of using the right definition, it can cause troubles to cgreen's framework |
| Tue, 07 Apr 2009 19:22:15 +0200 |
Andre Espaze |
Small rewritting of tests, removing assert definition, setting handler back to NULL at the end of a test |
| Mon, 06 Apr 2009 13:33:13 +0200 |
dede |
Simplifying the library building |
| Mon, 06 Apr 2009 13:30:37 +0200 |
dede |
Renaming 'SConscript' to 'build.py' |
| Mon, 06 Apr 2009 13:29:33 +0200 |
dede |
Updating the script building the lutin77 library |
| Mon, 06 Apr 2009 13:27:42 +0200 |
dede |
Removing the mutest test framework, the work is now done by CGreen |
| Mon, 06 Apr 2009 13:25:42 +0200 |
dede |
Removing the char functions module, those functions are only needed by run_tests_suite |
| Mon, 06 Apr 2009 13:21:17 +0200 |
dede |
Removing the 'run_test_function' module now splitted between test_symbol_driver and run_tests_suite |
| Mon, 06 Apr 2009 13:19:29 +0200 |
dede |
Removing useless header |
| Mon, 06 Apr 2009 13:16:20 +0200 |
dede |
Removing integration tests on the symbol finder, unit and integration tests are now done on 'test_symbol_driver' |
| Mon, 06 Apr 2009 13:10:18 +0200 |
dede |
SCons refactoring, each module should be built with a specific target name (so no object.o any more in 'src') |
| Mon, 06 Apr 2009 13:08:36 +0200 |
dede |
Adding header for the fork symbol |
| Mon, 06 Apr 2009 13:01:22 +0200 |
dede |
Removing the module 'ftest.c' and its integration test, the work is done by 'lutin77.h' and validation tests |
| Mon, 06 Apr 2009 12:56:36 +0200 |
dede |
Removing 'run_fortran_test.c' and its unit test as the work is now done by the 'run_tests_suite' module |
| Mon, 06 Apr 2009 12:51:56 +0200 |
dede |
Running validation tests with new modules (test_symbol_driver and run_tests_suite), adapting one for adding a check statement and flushing standard output so then bash redirection works correctly |
| Mon, 06 Apr 2009 12:05:37 +0200 |
dede |
Small refactoring for avoiding a variable |
| Mon, 06 Apr 2009 11:58:23 +0200 |
dede |
Reporting errors |
| Mon, 06 Apr 2009 11:49:04 +0200 |
dede |
Reporting test failure |
| Mon, 06 Apr 2009 11:39:38 +0200 |
dede |
Resuming suite only one time, if the suite has been initialized |
| Mon, 06 Apr 2009 00:17:00 +0200 |
dede |
Adding number of failures to the resume |
| Mon, 06 Apr 2009 00:10:38 +0200 |
dede |
Adding the check function, notifying and recording failure |
| Sun, 05 Apr 2009 23:20:31 +0200 |
dede |
Defining fortran symbols only for production code |
| Sun, 05 Apr 2009 23:16:55 +0200 |
dede |
Using the out FILE pointer as a suite attribute instead of defining it global |
| Sun, 05 Apr 2009 23:08:50 +0200 |
dede |
Resume function finalizing the test suite |
| Sun, 05 Apr 2009 22:38:48 +0200 |
dede |
Adding successes to test suite |
| Sun, 05 Apr 2009 19:53:03 +0200 |
dede |
Starting to write the run test function |
| Sun, 05 Apr 2009 18:51:01 +0200 |
dede |
Starting the main module running the tests suite, porting character functions to it |
| Sun, 05 Apr 2009 18:10:01 +0200 |
dede |
Checking for errors |
| Sun, 05 Apr 2009 17:43:31 +0200 |
dede |
Checking for failing tests |
| Sun, 05 Apr 2009 16:49:51 +0200 |
dede |
Running first validation test with success |
| Sun, 05 Apr 2009 16:45:11 +0200 |
dede |
Renaming demo 'SConstruct' to 'valid.py' |
| Sun, 05 Apr 2009 16:44:17 +0200 |
dede |
Renaming 'various_tests.f' to 'success.f', use as a validation test |
| Sat, 04 Apr 2009 17:51:08 +0200 |
dede |
Splitting unit and integration tests |
| Fri, 27 Mar 2009 19:12:44 +0100 |
dede |
Returning the lutin77 status (success, failure or error) from the process status |
| Fri, 27 Mar 2009 19:02:54 +0100 |
dede |
Running test inside the child and notifying failure |
| Fri, 27 Mar 2009 18:41:06 +0100 |
dede |
Waiting for the child in the main process and returning the process status from wait |
| Fri, 27 Mar 2009 18:10:56 +0100 |
dede |
Specifying needed functions for running lutin77 |
| Fri, 27 Mar 2009 18:06:11 +0100 |
dede |
Adding an integration test on the symbol finder, initializing handler before trying to find the function |
| Fri, 27 Mar 2009 17:43:23 +0100 |
dede |
Correcting mock mistake on dlsym, handler is global |
| Fri, 27 Mar 2009 17:42:02 +0100 |
dede |
Passing Cgreen to the 1.0.beta1 version |
| Fri, 27 Mar 2009 17:12:13 +0100 |
dede |
Updating doc for Cgreen test framework |
| Wed, 25 Mar 2009 19:30:18 +0100 |
Andre Espaze |
Starting the module finding and running the test symbols: the test symbol driver; starting to use CGreen for unit tests |
| Tue, 24 Mar 2009 18:37:02 +0100 |
Andre Espaze |
Making tests pass with the new char functions API |
| Mon, 09 Mar 2009 16:44:09 +0100 |
dede |
Removing 'malloc' and 'free' from get_symbol_name |
| Mon, 09 Mar 2009 15:47:48 +0100 |
dede |
Building C char arrays without malloc |
| Wed, 28 Jan 2009 10:14:45 +0100 |
Andre Espaze |
Fixing typing mistake |
| Wed, 28 Jan 2009 10:08:29 +0100 |
Andre Espaze |
Adding tests on the test_suite module |
| Tue, 27 Jan 2009 17:39:25 +0100 |
Andre Espaze |
Building objects only in the 'src' directory so they can then be used for building tests (avoiding to duplicate target in the 'src' directory) |
| Tue, 27 Jan 2009 17:17:44 +0100 |
Andre Espaze |
Renaming 'ftest' to 'lutin77' |
| Tue, 27 Jan 2009 17:07:23 +0100 |
Andre Espaze |
Declaring lutin77 in README and fixing typo mistake |
| Tue, 27 Jan 2009 17:04:38 +0100 |
Andre Espaze |
Adding GPL V2 license to every file |
| Tue, 27 Jan 2009 16:31:14 +0100 |
Andre Espaze |
Adding GPL version 2 license |
| Wed, 07 Jan 2009 16:22:59 +0100 |
Andre Espaze |
Refactoring the tests building and execution with TestSuite |
| Wed, 07 Jan 2009 15:41:53 +0100 |
Andre Espaze |
Adding TestSuite and running the first test on the 'mutest' library |
| Wed, 07 Jan 2009 12:55:24 +0100 |
Andre Espaze |
Simplifying the SConstruct file for building success demo |
| Wed, 07 Jan 2009 12:47:56 +0100 |
Andre Espaze |
Small update on documentation |