Commit Graph

10 Commits

Author SHA1 Message Date
Nguyen Anh Quynh 1745553d50 Merge branch 'next2' into next 2017-04-17 21:27:26 +08:00
Nguyen Anh Quynh c8f0322a30 cleanup 2017-04-17 10:02:37 +08:00
Fotis Loukos 308af00815 TMS320C64x support at tests and const generator. 2017-04-14 17:03:28 +03:00
tandasat d4ef430b33 port Windows driver support 2016-05-11 21:48:32 -07:00
Nguyen Anh Quynh b16658d39e m68k: add M68K code to test_basic.c & test_detail.c 2015-10-04 15:05:26 +08:00
Nguyen Anh Quynh 62918abb60 support new syntax CS_OPT_SYNTAX_MASM for X86 2015-08-09 10:34:19 -07:00
Nguyen Anh Quynh 20037df9dd tests: properly define HAS_XXX marcros so some tests work 2015-08-09 09:47:53 -07:00
Taras Tsugrii 63fbf8e560 Include tests only for supported architectures.
Capstone conveniently provides options to enable/disable specific architectures
which is very useful for trimming the size of the binary, but those options are
ignored in some tests, so when say X86 architecture is not included, some tests
would fail.

This change conditionally includes tests only for supported architectures.
2015-07-30 13:01:25 -07:00
Yegor Derevenets 50c352c9d6 Make tests fail loudly 2015-05-31 09:01:38 +02:00
Yegor Derevenets 2c073468d8 Added test build target, fixed CMake warning
https://github.com/aquynh/capstone/issues/376
2015-05-31 09:01:38 +02:00