Skip to content

Commit

Permalink
FEATURE: Implement basic testing for CMake build-system
Browse files Browse the repository at this point in the history
CMake build-system is able to run the 'runtests' from the BUILD tree. Only the acceptance type of tests are working. All which require compilation and thus probably should not be part of 'runtests', but some other test suite, are currently not working.

Not working are also the Python 'halmodule' test and the 'hostmot2' test.

At the moment, 8 tests fail.
  • Loading branch information
cerna committed Dec 22, 2021
1 parent 4e66a5f commit d95b1db
Show file tree
Hide file tree
Showing 53 changed files with 3,426 additions and 3,004 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*

# Include Docker image inputs
! /scripts/buildsystem
! /debian/buildsystem

# Include MK packages and minimal debian packaging
! /packages/
Expand Down
Loading

0 comments on commit d95b1db

Please sign in to comment.