aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* When building with a native MinGW for Win32 it is now possible to run a ↵Juergen Kahrs2013-04-291-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 Kahrs2013-04-291-8/+4
| | | | interpreter is not needed any more.
* On Win32 platforms a native build with MinGW works now.Juergen Kahrs2013-04-281-2/+2
|
* All 265 basic test cases pass now.Juergen Kahrs2013-02-101-3/+15
|
* A slightly better but still crude approach at getting many tests to run. ↵Juergen Kahrs2013-02-091-2/+9
| | | | More than 90% of the basic tests pass now.
* Target 'check' replaced by target 'test' because CMake's test automation ↵Juergen Kahrs2013-02-091-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 Kahrs2013-02-081-0/+8
| | | | disappear.
* Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header.Juergen Kahrs2013-02-081-0/+26