iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Mock process branch #84

Closed spencermacbeth closed 7 years ago

spencermacbeth commented 7 years ago

Temp branch to practice the development process flow. Created a mock_build subdirectory and used the test_dictionary.h, test_dictionary.c, run_dictionary.c, dictionary.ino, and CMakeList.txt from src/tests/unit/dictionary as boiler plate. Edited the files down to create a simple build target with a single test that alway passes.