"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b630abfd474b3843ebc4e40d9f27aa1b4b4d537b"
-
Enrico Granata authored
To hook it up to individual test cases: - define GetLongOptions() in your test case class to return something other than NULL (hopefully an array of options :-) - implement ParseOption() to check for the short option char and do the right thing - return true at the end if you want more options to come your way or false if you don’t - make sure that your Setup() call takes int& and char**& so that optind post-processing can happen - and call TestCase::Setup from your setup llvm-svn: 178482
8fab9fda
Loading