added rewind test
authorglenrendes <glenda@reasoningtechnology.com>
Mon, 8 Apr 2019 13:02:55 +0000 (15:02 +0200)
committerglenrendes <glenda@reasoningtechnology.com>
Mon, 8 Apr 2019 13:02:55 +0000 (15:02 +0200)
module/da/test/src/test_da.lib.c

index 183c4a0..0430a71 100644 (file)
@@ -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(&
+}