iondbproject / iondb

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

Add fdeleteall() #95

Closed Stickerpants closed 7 years ago

Stickerpants commented 7 years ago

fdeleteall() is a function specifically for the arduino, which deletes every file on the device.

Check src/tests/behaviour/dictionary/flat_file/test_behaviour_flat_file.c for an example usage. Following this format, we should call fdeleteall() in any test target that involves using files.