Skip to content

Commit

Permalink
api: add missing tests dependency for BSDs after e2bf7b2
Browse files Browse the repository at this point in the history
test/misc/safe-list-test.cpp:2:10: fatal error: 'doctest/doctest.h' file not found
 #include <doctest/doctest.h>
          ^~~~~~~~~~~~~~~~~~~
  • Loading branch information
jbeich authored and ammen99 committed Oct 7, 2023
1 parent cc4acea commit 1d209ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/misc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ safe_list = executable(
'safe_list',
'safe-list-test.cpp',
include_directories: wayfire_api_inc,
dependencies: doctest,
install: false)
test('Safe list test', safe_list)

0 comments on commit 1d209ce

Please sign in to comment.