gpu: nvgpu: unit: Fix test type for PRAMIN unit test

Fix the test type for the PRAMIN unit test from POSIX to nvgpu.
This affects the order in which the tests are run.

JIRA NVGPU-916

Change-Id: Ie946ea6db112437f0e7bf98a8a5d5d9e2d595283
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1929038
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Alex Waterman
2018-10-17 08:41:19 -07:00
committed by mobile promotions
parent 45db303354
commit eeff8bf356

View File

@@ -512,4 +512,4 @@ struct unit_module_test pramin_tests[] = {
UNIT_TEST(nvgpu_pramin_free_test_env, free_test_env, NULL),
};
UNIT_MODULE(pramin, pramin_tests, UNIT_PRIO_POSIX_TEST);
UNIT_MODULE(pramin, pramin_tests, UNIT_PRIO_NVGPU_TEST);