Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 6, 2024
1 parent 91232f9 commit 924cce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ compile_commands.json
CTestTestfile.cmake
_deps
cmake.log.*
make.log.*
4 changes: 2 additions & 2 deletions scripts/test-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ grep -E "glog prepend to CMAKE_PREFIX_PATH" $output
grep -E "zlib_INCLUDE_DIRS" $output
grep -E "zlib prepend to CMAKE_PREFIX_PATH" $output
grep -E "pkg_check_modules pcre2_CFLAGS.*packages/p/pcre2" $output
grep -E "target_link_libraries\(example-bin PRIVATE pcre2-8\)" $output
grep -v -E"xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
grep -E "target_link_libraries\(example-bin PRIVATE pcre2-posix;pcre2-8\)" $output
grep -v -E "xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
make

# Check for cached variables.
Expand Down

0 comments on commit 924cce1

Please sign in to comment.