aboutsummaryrefslogtreecommitdiffstats
path: root/test/main.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-25 21:25:03 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-25 21:25:03 +0000
commit94981b600c905e3158f3f12a0a33a31d0bd6f0e1 (patch)
tree83dbf38fba6cd8117303235fac8de5850026d1db /test/main.c
parentadded 13.4 nad 13.6 (diff)
downloadmutator-94981b600c905e3158f3f12a0a33a31d0bd6f0e1.tar.gz
mutator-94981b600c905e3158f3f12a0a33a31d0bd6f0e1.zip
added tdd tests for 13.4 and 13.6
Diffstat (limited to '')
-rw-r--r--test/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index c8fdad0..931545d 100644
--- a/test/main.c
+++ b/test/main.c
@@ -72,5 +72,7 @@ main()
test24();
test25();
test26();
+ test27();
+ test28();
}
/*intentionally left blank.*/