-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does jvarkit provide official test cases? #206
Comments
@YFLEEL it depends of the tool. For some tools (but not all ) gradlew generates some tests. |
Thank you for your reply. I still have the following two questions and hope to get your reply:
|
by default tests are run if , for a tool X under src/main there is a code XTest under src/test eg:
|
Thank you for your answer, I will try to solve it! |
Hello, I'm here to trouble you again. The tests you told me last time were java files. Now I need to run the test cases on linux, is there any way to convert the existing test files to executable on linux? In other words, does the official provide a test script that can be executed in linux?Sincerely hope to get your reply! |
the test script is the gradle file itself. Again a test is executed when a program is compiled if a test is associated to the program. There is no specific executable or you'll have to code it. |
Excuse me, does jvarkit provide official test cases?
The text was updated successfully, but these errors were encountered: