Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When building with a native MinGW for Win32 it is now possible to run a ↵ | Juergen Kahrs | 2013-04-29 | 1 | -1/+5 |
| | | | | 'make test'; only 90% of the basic test cases pass. | ||||
* | The list of tests is now generated with functions supplied by CMake; an awk ↵ | Juergen Kahrs | 2013-04-29 | 1 | -8/+4 |
| | | | | interpreter is not needed any more. | ||||
* | On Win32 platforms a native build with MinGW works now. | Juergen Kahrs | 2013-04-28 | 1 | -2/+2 |
| | |||||
* | All 265 basic test cases pass now. | Juergen Kahrs | 2013-02-10 | 1 | -3/+15 |
| | |||||
* | A slightly better but still crude approach at getting many tests to run. ↵ | Juergen Kahrs | 2013-02-09 | 1 | -2/+9 |
| | | | | More than 90% of the basic tests pass now. | ||||
* | Target 'check' replaced by target 'test' because CMake's test automation ↵ | Juergen Kahrs | 2013-02-09 | 1 | -7/+5 |
| | | | | works that way. A few test cases already inserted, a significant amount fails. | ||||
* | New target 'check' is a very crude first step toward testing that will soon ↵ | Juergen Kahrs | 2013-02-08 | 1 | -0/+8 |
| | | | | disappear. | ||||
* | Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header. | Juergen Kahrs | 2013-02-08 | 1 | -0/+26 |