summaryrefslogtreecommitdiffstats
path: root/testing/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Allow building doxygen as a subprojectAnonymous Maarten2020-09-161-2/+2
|
* Spelling corrections is commentsalbert-github2020-08-091-1/+1
| | | | Some spelling omissions found by Fossies.
* CMakeLists.txt improvementDimitri van Heesch2020-08-031-87/+11
| | | | Added CONFIGURE_DEPENDS to file GLOB constructs if available
* Updated the makefile for building the testsDimitri van Heesch2020-08-021-5/+85
|
* Enable running tests in parallel using cmake's ctest.Dimitri van Heesch2020-08-021-3/+14
|
* Problem with TEST_FLAGS when using CMake for Visual StudioTushar Maheshwari2018-05-131-2/+2
|
* Enable possibility to run single testsalbert-github2018-03-271-2/+2
| | | | Create the possibility to run only one or more tests.
* Restore 'make tests' ruleDimitri van Heesch2017-10-281-0/+5
|
* CMake: use add_test to create a testRolf Eike Beer2017-10-201-4/+2
| | | | | This checks the calling from "make tests" to "make test", but lets CMake handle all the rest.
* CMake: remove unused program searchingRolf Eike Beer2017-10-201-3/+0
|
* Fixes for running tests and generating docs with cmakeDimitri van Heesch2015-06-031-1/+1
|
* Further cmake changesDimitri van Heesch2015-05-311-56/+5
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* use cmakeAdrian Negreanu2015-05-151-0/+60
runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>