test: Move target dependent test in their own folder for c API test
authorJustin Bogner <mail@justinbogner.com>
Tue, 23 Jun 2015 06:46:54 +0000 (06:46 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 23 Jun 2015 06:46:54 +0000 (06:46 +0000)
commita915f41453040447afaf64cf68a84c93eadf5c88
treee956d96b9f57b4aadce740d28621fa7bac7a72f3
parentab3926f6e4be72c18473abfdc1454f54841b5dc5
test: Move target dependent test in their own folder for c API test

Dissasembly tests depends on target. The problem is that it disable
all tests if all targets are not compiled. This moves things around in
order to get target specific code in a target specific folder.

Patch by Amaury Sechet. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240380 91177308-0d34-0410-b5e6-96231b3b80d8
test/Bindings/llvm-c/ARM/disassemble.test [new file with mode: 0644]
test/Bindings/llvm-c/ARM/lit.local.cfg [new file with mode: 0644]
test/Bindings/llvm-c/X86/disassemble.test [new file with mode: 0644]
test/Bindings/llvm-c/X86/lit.local.cfg [new file with mode: 0644]
test/Bindings/llvm-c/disassemble.test [deleted file]
test/Bindings/llvm-c/lit.local.cfg [deleted file]