VMware: Add Fusion version test

This adds a test for the version string of VMware Fusion.
This commit is contained in:
Doug Goldstein 2013-09-30 16:58:37 -05:00
parent 4b2b078a8b
commit 2817353db5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
VMware Fusion Information:
VMware Fusion 5.0.3 build-1040386 Release

View File

@ -88,6 +88,7 @@ mymain(void)
} while (0) } while (0)
DO_TEST("ws", "workstation-7.0.0", 7000000); DO_TEST("ws", "workstation-7.0.0", 7000000);
DO_TEST("fusion", "fusion-5.0.3", 5000003);
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE; return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
} }