patterns: Updated pattern language
This commit is contained in:
parent
d78d955d11
commit
a527a7f0b0
@ -73,8 +73,11 @@ addPluginDirectories()
|
||||
|
||||
# Add unit tests
|
||||
if (IMHEX_ENABLE_UNIT_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(tests EXCLUDE_FROM_ALL)
|
||||
if (NOT TARGET unit_tests)
|
||||
enable_testing()
|
||||
add_custom_target(unit_tests)
|
||||
add_subdirectory(tests EXCLUDE_FROM_ALL)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# Configure more resources that will be added to the install package
|
||||
|
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 6fbcbb1f8af937266b16738ebc194e657e09640a
|
||||
Subproject commit 3855f22c2381783a8709663fc3aaa6d6899e69b1
|
@ -1,6 +1,6 @@
|
||||
project(unit_tests)
|
||||
|
||||
add_custom_target(unit_tests DEPENDS imhex_all helpers algorithms plugins)
|
||||
add_dependencies(unit_tests imhex_all helpers algorithms plugins)
|
||||
|
||||
add_subdirectory(common)
|
||||
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user