mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Add memory test utilities
This commit is contained in:
parent
698ba55860
commit
e563bec64d
8 changed files with 153 additions and 10 deletions
|
|
@ -1 +1,7 @@
|
|||
set(test_targets "")
|
||||
|
||||
add_subdirectory(common)
|
||||
|
||||
add_custom_target(check
|
||||
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/test/runner)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue