diff options
Diffstat (limited to 'cmps/nbproject/configurations.xml')
-rw-r--r-- | cmps/nbproject/configurations.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cmps/nbproject/configurations.xml b/cmps/nbproject/configurations.xml index 7793b21..e9180ff 100644 --- a/cmps/nbproject/configurations.xml +++ b/cmps/nbproject/configurations.xml @@ -45,6 +45,12 @@ <logicalFolder name="f4" displayName="JSonTest" projectFiles="true" kind="TEST"> <itemPath>tests/JSonTest.cc</itemPath> </logicalFolder> + <logicalFolder name="f6" + displayName="MetaScanTest" + projectFiles="true" + kind="TEST"> + <itemPath>tests/MetaScanTest.cc</itemPath> + </logicalFolder> </logicalFolder> <logicalFolder name="ExternalFiles" displayName="Important Files" @@ -298,6 +304,21 @@ <output>${TESTDIR}/TestFiles/f5</output> </linkerTool> </folder> + <folder path="TestFiles/f6"> + <cTool> + <incDir> + <pElem>.</pElem> + </incDir> + </cTool> + <ccTool> + <incDir> + <pElem>.</pElem> + </incDir> + </ccTool> + <linkerTool> + <output>${TESTDIR}/TestFiles/f6</output> + </linkerTool> + </folder> </conf> <conf name="Release" type="1"> <toolsSet> |