Skip to content

Commit

Permalink
-- consolidate tests into four executables
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards committed Oct 20, 2023
1 parent 268d14e commit c9407b1
Show file tree
Hide file tree
Showing 157 changed files with 1,223 additions and 1,126 deletions.
6 changes: 5 additions & 1 deletion SilKit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.13)

################################################################################
# Project definition
Expand Down Expand Up @@ -54,6 +54,10 @@ include(SilKitInstall)
include(SilKitTest)
include(CTest)

add_silkit_test_executable(SilKitUnitTests)
add_silkit_test_executable(SilKitIntegrationTests)
add_silkit_test_executable(SilKitFunctionalTests)

################################################################################
# Include of our repositories
################################################################################
Expand Down
Loading

0 comments on commit c9407b1

Please sign in to comment.