summaryrefslogtreecommitdiffstats
path: root/testsuite/cdev01/test_cdev01.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cdev01/test_cdev01.h')
-rw-r--r--testsuite/cdev01/test_cdev01.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/cdev01/test_cdev01.h b/testsuite/cdev01/test_cdev01.h
index a83001b5..58866a0c 100644
--- a/testsuite/cdev01/test_cdev01.h
+++ b/testsuite/cdev01/test_cdev01.h
@@ -42,7 +42,8 @@ typedef enum {
TEST_WRITEV,
TEST_POLL,
TEST_KQFILTER,
- TEST_CLOSED
+ TEST_MMAP,
+ TEST_CLOSED,
} test_state;
void test_make_dev(test_state *state, const char *name);