diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-02 13:18:15 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-02 13:18:15 +0300 |
| commit | d4284aae89abc0e6c09cd101f40cbf53e26d8ac4 (patch) | |
| tree | 141760b015637192f8072b865f0fb4369da4449e /test cases/frameworks/1 boost | |
| parent | 50304bb20776dec84970522f282f15c8bf350ab1 (diff) | |
| download | meson-d4284aae89abc0e6c09cd101f40cbf53e26d8ac4.tar.gz | |
Renamed add_test to test.
Diffstat (limited to 'test cases/frameworks/1 boost')
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 82a5e5404..5ba89a0fc 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -10,5 +10,5 @@ linkdep = find_dep('boost', modules : 'thread') nolinkexe = executable('nolinkedexe', 'nolinkexe.cc', deps : nolinkdep) linkexe = executable('linkedexe', 'linkexe.cc', deps : linkdep) -add_test('Boost nolinktext', nolinkexe) -add_test('Boost linktext', linkexe) +test('Boost nolinktext', nolinkexe) +test('Boost linktext', linkexe) |
