TS 72 CNDDiscoveryImprovements
C/C++ Pack Test Specification for Discovery improvements
Author: Valeriy Soldatov
Version: 0.2
Lastupdate: 04.04.2012
Introduction: Test specification for Discovery improvements in NetBeans 7.2 C/C++ Pack
Contents |
Test suite: Discovery improvements
Purpose: Verify Discovery improvements in NetBeans C/C++ Pack 7.2
Comment:-
- Verifiy Automatic mode
- Download litesql's sources from http://sourceforge.net/project/showfiles.php?group_id=113304
- Unpack this file
- New Project > C/C++ > C/C++ Project From Existing Code
- Add path to litesql's sources into 'Specify the folder that contains existing sources' text field
- Select Automatic mode
- Press Finish button
- EXPECTED RESULT: The project has been built successfully. "Configuring project for code assistance was successful." message appears
- Verifiy custom mode (configure script)
- Download litesql's sources from http://sourceforge.net/project/showfiles.php?group_id=113304
- Unpack this file
- New Project > C/C++ > C/C++ Project From Existing Code
- Add path to litesql's sources into 'Specify the folder that contains existing sources' text field
- Select Custom mode. Press Next button
- Select 'Using a makefile generated by a 'configure' script' mode. Press Next button
- Press Next button 3 times. Press Finish button
- EXPECTED RESULT: The project has been built successfully. "Configuring project for code assistance was successful." message appears
- Verifiy custom mode (makefile)
- Download litesql's sources from http://sourceforge.net/project/showfiles.php?group_id=113304
- Unpack this file
- Launch './configure CFLAGS="-g3 -gdwarf-2" CXXFLAGS="-g3 -gdwarf-2" ' command in litesql's folder
- New Project > C/C++ > C/C++ Project From Existing Code
- Add path to litesql's sources into 'Specify the folder that contains existing sources' text field
- Select Custom mode. Press Next button
- Select 'Using an existing makefile' mode. Press Next button
- Press Next button 3 times. Press Finish button
- EXPECTED RESULT: The project has been built successfully. "Configuring project for code assistance was successful." message appears
- Verifiy custom mode (project has been built)
- Download litesql's sources from http://sourceforge.net/project/showfiles.php?group_id=113304
- Unpack this file
- Launch './configure CFLAGS="-g3 -gdwarf-2" CXXFLAGS="-g3 -gdwarf-2" ' command in litesql's folder
- Launch 'make"' command in litesql's folder
- New Project > C/C++ > C/C++ Project From Existing Code
- Add path to litesql's sources into 'Specify the folder that contains existing sources' text field
- Select Custom mode. Press Next button
- Select 'Using an existing makefile' mode. Switch off 'Clean and Build after Finish' check box. Press Next button
- Press Next button 3 times. Press Finish button
- EXPECTED RESULT: No any rebuild. "Configuring project for code assistance was successful." message appears