Carter, Jack
2012-Aug-27 18:07 UTC
[LLVMdev] Where are the regression tests for tools like llvm-objdump?
I've made a change to llvm-objdump and feel uncomfortable checking it in without a test case. Where do the "make check" tests for tools like llvm-objdump go? Worse comes to worse, I'll stick it in test/MC/Mips since it is there I need the change for other Mips/MC tests. Thanks, Jack -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120827/cd365306/attachment.html>
Michael Spencer
2012-Aug-27 19:27 UTC
[LLVMdev] Where are the regression tests for tools like llvm-objdump?
On Mon, Aug 27, 2012 at 11:07 AM, Carter, Jack <jcarter at mips.com> wrote:> I've made a change to llvm-objdump and feel uncomfortable checking > it in without a test case. Where do the "make check" tests for tools like > llvm-objdump go? > > Worse comes to worse, I'll stick it in test/MC/Mips since it is there I need > the change for other Mips/MC tests. > > Thanks, > > JackThe tests for llvm-objdump are under test/Object. - Michael Spencer
Carter, Jack
2012-Aug-27 19:47 UTC
[LLVMdev] Where are the regression tests for tools like llvm-objdump?
Thanks! ________________________________________ From: Michael Spencer [bigcheesegs at gmail.com] Sent: Monday, August 27, 2012 12:27 PM To: Carter, Jack Cc: List Subject: Re: [LLVMdev] Where are the regression tests for tools like llvm-objdump? On Mon, Aug 27, 2012 at 11:07 AM, Carter, Jack <jcarter at mips.com> wrote:> I've made a change to llvm-objdump and feel uncomfortable checking > it in without a test case. Where do the "make check" tests for tools like > llvm-objdump go? > > Worse comes to worse, I'll stick it in test/MC/Mips since it is there I need > the change for other Mips/MC tests. > > Thanks, > > JackThe tests for llvm-objdump are under test/Object. - Michael Spencer
Seemingly Similar Threads
- [LLVMdev] Where are the regression tests for tools like llvm-objdump?
- [LLVMdev] Making llvm-objdump more like GNU objdump
- [LLVMdev] Making llvm-objdump more like GNU objdump
- [LLVMdev] Making llvm-objdump more like GNU objdump
- [LLVMdev] Making llvm-objdump more like GNU objdump