Fix a typo in test "79 shared subproject".
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
This commit is contained in:
parent
d532dbef42
commit
0747402e6a
|
@ -4,7 +4,7 @@ B = subproject('B')
|
||||||
b = B.get_variable('b')
|
b = B.get_variable('b')
|
||||||
|
|
||||||
C = subproject('C')
|
C = subproject('C')
|
||||||
c = B.get_variable('c')
|
c = C.get_variable('c')
|
||||||
|
|
||||||
a = executable('a', 'a.c', link_with : [b, c])
|
a = executable('a', 'a.c', link_with : [b, c])
|
||||||
test('a test', a)
|
test('a test', a)
|
||||||
|
|
Loading…
Reference in New Issue