|
Flash Translation Layer
1.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include "include/ramdisk.h"#include "include/device.h"#include "unity.h"
Functions | |
| void | setUp (void) |
| void | tearDown (void) |
| void | test_open_and_close (void) |
| void | test_full_write (void) |
| void | test_overwrite (void) |
| void | test_erase (void) |
| static void | end_rq (struct device_request *request) |
| void | test_end_rq_works (void) |
| int | main (void) |
Variables | |
| struct device * | dev |
|
static |
| int main | ( | void | ) |

| void setUp | ( | void | ) |

| void tearDown | ( | void | ) |

| void test_end_rq_works | ( | void | ) |
< note that all I/O functions run synchronously

| void test_erase | ( | void | ) |
< note that all I/O functions run synchronously

| void test_full_write | ( | void | ) |
< note that all I/O functions run synchronously

| void test_open_and_close | ( | void | ) |
| void test_overwrite | ( | void | ) |
< note that all I/O functions run synchronously

| struct device* dev |
1.8.13