summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused library 'ncurses' from xlosetup's dependenciesManuel Bentele2020-12-031-0/+3
|
* Remove the build requirement for an unused C++ compilerManuel Bentele2020-10-273-3/+6
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* Remove static generation of LTP configuration headerManuel Bentele2020-10-264-14/+15
| | | | | | | This patch removes the static generation of the LTP configuration header done by CMake. The static generation is replaced with a fixed header (no CMake template anymore) which includes the dynamic generated xloop version header to define version number macros for LTP.
* Move the source code of all xloop components to the common 'src' directoryManuel Bentele2020-10-23243-0/+50548