Skip to content
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

Add Smoke tests for build & packaging #2397

Merged
merged 9 commits into from
Feb 5, 2021
Prev Previous commit
Next Next commit
Fix testng file
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert committed Jan 20, 2021
commit da525d93289f4c1c1a452ade4c157c2993202621
2 changes: 1 addition & 1 deletion test/functional/buildAndPackage/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</test>
<test name="CudaEnabledTest">
<classes>
<class name="net.adoptopenjdk.test.build.cuda.CudaEnabledTest"/>
<class name="net.adoptopenjdk.test.CudaEnabledTest"/>
</classes>
</test>
</suite>