require 'formula' class Cpputest < Formula homepage 'http://www.cpputest.org/' url 'http://sourceforge.net/projects/cpputest/files/cpputest/v3.1/CppUTest-v3.1.zip' sha1 '8ff6b764a9ca6202582ae0c94545f56b921f39d5' fails_with :clang do build 421 cause 'Uses -lgcov which only comes with llvm or gcc' end def install system "make" lib.install 'lib/libCppUTest.a' include.install 'include/CppUTest' end end ='logo' rowspan='2'>cgit logo index : angular.js
aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/script.js
blob: e86285ae5743d854f7b76dcfb48e94d841afe2c9 (plain)
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