diff --git a/scripts/functional-tests/all_test.suite b/scripts/functional-tests/all_test.suite index b9f2846d0..0733047db 100644 --- a/scripts/functional-tests/all_test.suite +++ b/scripts/functional-tests/all_test.suite @@ -17,3 +17,12 @@ administration-management/calendar_test.sah administration-management/material_test.sah administration-management/quality_forms_test.sah administration-management/cost_categories_test.sah + +# Resources + +resources/worker_test.sah +resources/machines_test.sah +resources/virtual_worker_test.sah +resources/work_report_test.sah +resources/companies_test.sah +resources/subcontracting_test.sah diff --git a/scripts/functional-tests/resources/all_resources_test.suite b/scripts/functional-tests/resources/all_resources_test.suite new file mode 100644 index 000000000..1fcea88b2 --- /dev/null +++ b/scripts/functional-tests/resources/all_resources_test.suite @@ -0,0 +1,6 @@ +worker_test.sah +machines_test.sah +virtual_worker_test.sah +work_report_test.sah +companies_test.sah +subcontracting_test.sah