We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99017df commit c579c86Copy full SHA for c579c86
_oasis
@@ -32,17 +32,18 @@ Executable test
32
MainIs: test.ml
33
BuildDepends: threads, fd-send-recv
34
CompiledObject: best
35
-
+ Install: false
36
37
Executable test_fork
38
Path: test
39
MainIs: test_fork.ml
40
BuildDepends: fd-send-recv
41
42
43
44
Executable test_tuntap
45
Build$: flag(tuntap)
- Install$: flag(tuntap)
46
47
48
MainIs: test_tuntap.ml
49
BuildDepends: fd-send-recv, tuntap
@@ -58,4 +59,4 @@ Test test_fork
58
59
60
Test test_tuntap
61
Command: ./test_tuntap.native
- Run: true
62
+ Run$: flag(tuntap)
0 commit comments