diff options
Diffstat (limited to 'test/nil/test_root.c')
-rw-r--r-- | test/nil/test_root.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nil/test_root.c b/test/nil/test_root.c index 47e8c67e4..94f88f2a4 100644 --- a/test/nil/test_root.c +++ b/test/nil/test_root.c @@ -35,6 +35,7 @@ */
const testcase_t * const *test_suite[] = {
test_sequence_000,
+ test_sequence_001,
NULL
};
|