added missing example coverage

This commit is contained in:
JanLJL
2020-02-27 13:56:12 +01:00
parent b4682d16fb
commit b06570ed45

View File

@@ -1,6 +1,6 @@
#!/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
@@ -57,7 +57,6 @@ class TestCLI(unittest.TestCase):
osaca.run(args, output_file=output)
def test_examples(self):
return
kernels = [
'add',
'copy',