Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 658 Bytes

README

This is a project for CS 346 (Spring 2015) at Stanford on Database System Implementation in C++. The specifications of the project are available at https://web.stanford.edu/class/cs346/2015/ and the extension details are in the EX_Proposal.pdf and ex_DOC files.

Instructions

  • Setup: Install g++, bison, flex and valgrind

  • Compile: Run make to compile the code and make testers to compile the tests (Add the required test files to the Makefile)

  • Run tests: Run the tests under valgrind. For example, $ valgrind ./rm_test

Contact