OSDN Git Service

tests/tcg: target/mips: Add a header with test utilities
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 12 Feb 2019 18:54:46 +0000 (19:54 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 14 Feb 2019 16:47:37 +0000 (17:47 +0100)
commit08857c882d1da40793c3be27ae78cb3752902856
treee4d86e1afb4146b9ed549e5109f04832f3ba7c00
parentd33f67286159f4f34fe034e8696fb7d2fb8245df
tests/tcg: target/mips: Add a header with test utilities

Add a header that contains test utilities. For now, it contains
only a function for checking and printing test results for bit
counting and similar MSA instructions.

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
tests/tcg/mips/include/test_utils.h [new file with mode: 0644]