diff options
author | 2019-11-29 12:38:41 -0800 | |
---|---|---|
committer | 2019-12-16 23:28:08 +0100 | |
commit | f81f673a78373ac07069863dd87cd6041cd79850 (patch) | |
tree | 7218702004e847c98157fc3aa3e912b257907825 /.gitlab-ci.yml | |
parent | 30968cfd83ae44ba1ca4d7094d47c4b91d3ffcdd (diff) | |
download | buildroot-f81f673a78373ac07069863dd87cd6041cd79850.tar.gz buildroot-f81f673a78373ac07069863dd87cd6041cd79850.tar.bz2 |
support/testing: add smmap2 test
Add a simple test case that imports the module and instantiates a new
SlidingWindowMapManager class.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf3382732f..2337eff472 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -463,6 +463,8 @@ tests.package.test_python_pyyaml.TestPythonPy2Pyyaml: { extends: .runtime_test } tests.package.test_python_pyyaml.TestPythonPy3Pyyaml: { extends: .runtime_test } tests.package.test_python_service_identity.TestPythonPy2ServiceIdentity: { extends: .runtime_test } tests.package.test_python_service_identity.TestPythonPy3ServiceIdentity: { extends: .runtime_test } +tests.package.test_python_smmap2.TestPythonPy2Smmap2: { extends: .runtime_test } +tests.package.test_python_smmap2.TestPythonPy3Smmap2: { extends: .runtime_test } tests.package.test_python_subprocess32.TestPythonPy2Subprocess32: { extends: .runtime_test } tests.package.test_python_treq.TestPythonPy2Treq: { extends: .runtime_test } tests.package.test_python_treq.TestPythonPy3Treq: { extends: .runtime_test } |