Move the notifications fuzzer to the tests directory

This commit is contained in:
Thomas Goyne 2016-05-10 14:38:26 -07:00
parent e6d09b513e
commit db55770bfa
13 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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)