Move the notifications fuzzer to the tests directory
This commit is contained in:
parent
e6d09b513e
commit
db55770bfa
|
@ -16,5 +16,4 @@ use_realm_core(${REALM_CORE_VERSION})
|
|||
include_directories(${REALM_CORE_INCLUDE_DIR} src external/pegtl)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(fuzzer)
|
||||
add_subdirectory(tests)
|
||||
|
|
|
@ -22,3 +22,5 @@ target_link_libraries(tests realm-object-store)
|
|||
create_coverage_target(generate-coverage tests)
|
||||
|
||||
add_custom_target(run-tests USES_TERMINAL DEPENDS tests COMMAND ./tests)
|
||||
|
||||
add_subdirectory(notifications-fuzzer)
|
||||
|
|
Loading…
Reference in New Issue