Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Hahn-Schickard/new_watcher_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is meant to test new features within the watcher project. watcher.hpp file is copied from 9c5b4a6 commit watcher.hpp file, which is licensed under MIT License and copyrighted by e-dant

Building

Create a new build directory and switch into it:

mkdir build && cd build

Generate cmake build scripts:

cmake ..

Build the project:

cmake --build .

Running

You can run the newly built executable as follows:

  • ${BUILD_DIR}/watcher_test_runner - uses current working directory as observed directory
  • ${BUILD_DIR}/watcher_test_runner ${OBSERVERD_DIR} - uses given directory as observed, if it does not exist, defaults to current working dir

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published