meson: Use consistent style for tests
Don't use intermediate variables, use consistent whitespace. Acked-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
string_buffer_test = executable(
|
||||
'string_buffer_test',
|
||||
'string_buffer_test.cpp',
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest],
|
||||
include_directories : inc_common,
|
||||
link_with : [libmesa_util],
|
||||
test(
|
||||
'string_buffer',
|
||||
executable(
|
||||
'string_buffer_test',
|
||||
'string_buffer_test.cpp',
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest],
|
||||
include_directories : inc_common,
|
||||
link_with : [libmesa_util],
|
||||
)
|
||||
)
|
||||
|
||||
test('string_buffer', string_buffer_test)
|
||||
|
||||
Reference in New Issue
Block a user