From ab8ab92bf67212ade134a0dae2b7b1cf156a8b58 Mon Sep 17 00:00:00 2001 From: Rathish Cholarajan Date: Thu, 2 Dec 2021 02:07:47 -0500 Subject: [PATCH] Remove deleted test suites from Makefile and redistribute (#43) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dc7a69cf0..dd6fe7052 100644 --- a/Makefile +++ b/Makefile @@ -27,13 +27,13 @@ test: python -m unittest -v test1: - python -m unittest -v test/ibm/test_ibm_backend.py test/ibm/test_account_client.py test/ibm/test_tutorials.py test/ibm/test_basic_server_paths.py test/ibm/test_proxies.py test/ibm/test_ibm_logger.py test/ibm/test_filter_backends.py test/ibm/test_registration.py + python -m unittest -v test/ibm/test_ibm_backend.py test/ibm/test_account_client.py test/ibm/test_tutorials.py test/ibm/test_basic_server_paths.py test2: - python -m unittest -v test/ibm/test_serialization.py test/ibm/test_jupyter.py test/ibm/test_ibm_provider.py + python -m unittest -v test/ibm/test_proxies.py test/ibm/test_ibm_logger.py test/ibm/test_filter_backends.py test/ibm/test_registration.py test3: - python -m unittest -v test/ibm/test_ibm_job_attributes.py test/ibm/test_ibm_job.py + python -m unittest -v test/ibm/test_serialization.py test/ibm/test_jupyter.py test/ibm/test_ibm_provider.py runtime_integration: python -m unittest -v test/ibm/runtime/test_runtime_integration.py