From: glenrendes Date: Mon, 8 Apr 2019 13:02:55 +0000 (+0200) Subject: added rewind test X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.css?a=commitdiff_plain;h=7f63858cbfefcc53d838ab2572c670a5f233b07c;p=subu added rewind test --- diff --git a/module/da/test/src/test_da.lib.c b/module/da/test/src/test_da.lib.c index 183c4a0..0430a71 100644 --- a/module/da/test/src/test_da.lib.c +++ b/module/da/test/src/test_da.lib.c @@ -184,3 +184,11 @@ bool test_da_5(){ bool result = f && g && h; return result; } + +//tests da_index +bool test_da_6(){ + Da dap; + da_alloc(&dap, sizeof(int)); + int i = 0; + da_push(& +}