https://github.com/aalexuser/low-level-programming
https://github.com/aalexuser/low-level-programming
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aalexuser/low-level-programming
- Owner: AaLexUser
- Created: 2023-09-23T19:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T10:50:03.000Z (about 2 years ago)
- Last Synced: 2025-11-03T17:12:25.452Z (4 months ago)
- Language: C
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLP Database
## Quick Start
To run tests:
```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_BENCHMARK=OFF -DBUILD_TESTING=ON ..
cmake --build .
ctest
```