Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 329 Bytes

File metadata and controls

22 lines (14 loc) · 329 Bytes

miniDB

[COLLEGE PROJECT] Homework assignments for the "Construction of Databases" (COS480) class @ UFRJ

Instructions

To build all executables:

mkdir build && cd build
cmake ..
make

Tests

To run all tests:

mkdir build && cd build
cmake -DTEST=ON ..
make
make test

Then run ./main-join.