Skip to content

Commit

Permalink
Enable test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Nov 5, 2024
1 parent 6c19017 commit 8b5e8dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ci-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ctest_options: --verbose
1 change: 1 addition & 0 deletions tests/project_summary/configure.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -e
set -x

function EXPECT_ONE_OF()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/project_summary/test_project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.20 FATAL_ERROR )
cmake_minimum_required( VERSION 3.18.4 FATAL_ERROR )
find_package( ecbuild 3.4 REQUIRED )

project( proja LANGUAGES NONE VERSION 0.2 )
Expand Down

0 comments on commit 8b5e8dd

Please sign in to comment.