diff options
Diffstat (limited to 'test cases/5 linkstatic/builder.txt')
-rw-r--r-- | test cases/5 linkstatic/builder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/5 linkstatic/builder.txt b/test cases/5 linkstatic/builder.txt index 5e98a25..1b61eee 100644 --- a/test cases/5 linkstatic/builder.txt +++ b/test cases/5 linkstatic/builder.txt @@ -3,3 +3,4 @@ language('c') lib = static_library('mylib', 'libfile.c') exe = executable('prog', 'main.c') exe.link(lib) +add_test('runtest', exe) |