Skip to content

Commit 082a068

Browse files
committed
[Test] add testcase
1 parent f899312 commit 082a068

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
(flags
44
(:standard -warn-error -A -w -32))))
55

6-
(dirs src)
6+
(dirs src test)

test/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(cram
2+
(deps %{bin:llmutate} seed.ll))

test/mutate.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$ mkdir muts
2+
$ llmutate seed.ll muts seed.mut.ll 2> /dev/null | grep "define.*f"
3+
define i64 @f(i32 %x) {

0 commit comments

Comments
 (0)