The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14308 ====================================================================== Reported By: ycollet Assigned To: ====================================================================== Project: CMake Issue ID: 14308 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-07-24 06:25 EDT Last Modified: 2013-07-24 06:25 EDT ====================================================================== Summary: With "NMake Makefiles" generators under visual studio 2008 nmake test doesn't work Description: I use Visual Studio 2008 with 64 bits compilation support. Under Linux, I launch my tests via make test. Under Windows, if I launch "nmake test", the tests are note started. I've got the following message:
e:\ycollet\RiskManager\build_tmp_64>nmake test Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. Tous droits réservés. 'test' is up to date If I edit Makefile and rename the 'test' rule into 'yc', nmake yc launch the tests. I suspect a problem with nmake. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-07-24 06:25 ycollet New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
