about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4808b07..ce7537e7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Profanity
+Profanity [![Build Status](https://travis-ci.org/boothj5/profanity.png?branch=master)](https://travis-ci.org/boothj5/profanity)
 =========
 
 Profanity is a console based XMPP client inspired by [Irssi](http://www.irssi.org/),
mitter Kartik K. Agaram <vc@akkartik.com> 2015-04-12 23:29:07 -0700 1056' href='/akkartik/mu/commit/cpp/032scenario_test.mu?h=hlt&id=0f996b7ba88f988e961a644bb85e3e3b5afe4a41'>0f996b7b ^
22b30692 ^







bc643692 ^
22b30692 ^









bc643692 ^
22b30692 ^

0f996b7b ^


d9cd13ad ^
3f7eed6c ^
d9cd13ad ^
bc643692 ^



d9cd13ad ^
22b30692 ^
167d0ca0 ^
d9cd13ad ^

22b30692 ^


bc643692 ^
22b30692 ^







bc643692 ^
22b30692 ^







65b3db5d ^
22b30692 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
                                        
 

                               
int <- copy _a compare a, b { break-if-!= draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg return } draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg move-cursor-to-left-margin-of-next-line 0/screen count-test-failure } fn test-check-ints-equal { check-ints-equal 0, 0, "abc" } fn check _a: boolean, msg: (addr array byte) { var a/eax: int <- copy _a compare a, 0/false { break-if-= draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg return } draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg move-cursor-to-left-margin-of-next-line 0/screen count-test-failure } fn check-not _a: boolean, msg: (addr array byte) { var a/eax: int <- copy _a compare a, 0/false { break-if-!= draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg return } draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg move-cursor-to-left-margin-of-next-line 0/screen count-test-failure }
class="nv">array:character <- [abc] ] ] scenario check_trace [ run [ 1:number <- add 2, 2 ] trace-should-contain [ mem: storing 4 in location 1 ] ] scenario check_trace_negative [ run [ 1:number <- add 2, 2 ] trace-should-not-contain [ mem: storing 5 in location 1 ] ] scenario check_trace_instruction [ run [ trace 1, [foo], [aaa] ] trace-should-contain [ foo: aaa ] ]