mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 03:00:11 +01:00
added missing example coverage
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
Unit tests for OSACA sample kernels in examples/
|
Unit tests for the CLI of OSACA and running the sample kernels in examples/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
@@ -57,7 +57,6 @@ class TestCLI(unittest.TestCase):
|
|||||||
osaca.run(args, output_file=output)
|
osaca.run(args, output_file=output)
|
||||||
|
|
||||||
def test_examples(self):
|
def test_examples(self):
|
||||||
return
|
|
||||||
kernels = [
|
kernels = [
|
||||||
'add',
|
'add',
|
||||||
'copy',
|
'copy',
|
||||||
|
|||||||
Reference in New Issue
Block a user