Skip to content

blepons/fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filesystem

A utility library for manipulating file paths.

Dependencies

  • CMake
  • Catch2
  • gvocr

Installation

To install the project, run the following commands

  mkdir build
  cd build
  cmake ..
  make

Running Tests

To run tests, run the following commands

  mkdir build
  cd build
  cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=yes ..
  make unit_tests
  ./tests/unit_tests

License

BSD 3-Clause "New" or "Revised" License

About

A simple library for working with file paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published