TestingSuite: Long overdue revival.
[testingSuite] / testSuite.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "testSuite",
4    "Options" : {
5       "Warnings" : "All",
6       "PreprocessorDefinitions" : [
7          "MAKEFILE_GENERATOR",
8          "TEST_SUITE"
9       ],
10       "TargetType" : "Executable",
11       "TargetFileName" : "testSuite",
12       "Libraries" : [
13          "ecere"
14       ],
15       "Console" : true
16    },
17    "Configurations" : [
18       {
19          "Name" : "Debug",
20          "Options" : {
21             "Debug" : true,
22             "Optimization" : "None",
23             "PreprocessorDefinitions" : [
24                "_DEBUG"
25             ]
26          }
27       },
28       {
29          "Name" : "Release",
30          "Options" : {
31             "Debug" : false,
32             "Optimization" : "Speed"
33          }
34       }
35    ],
36    "Files" : [
37       {
38          "Folder" : "extern",
39          "Files" : [
40             {
41                "Folder" : "project",
42                "Files" : [
43                   "$(ECERE_SDK_SRC)/ide/src/project/Project.ec",
44                   "$(ECERE_SDK_SRC)/ide/src/project/ProjectConfig.ec",
45                   "$(ECERE_SDK_SRC)/ide/src/project/ProjectNode.ec"
46                ]
47             },
48             "$(ECERE_SDK_SRC)/extras/md5.ec",
49             "$(ECERE_SDK_SRC)/ide/src/IDESettings.ec",
50             "$(ECERE_SDK_SRC)/extras/gui/controls/StringsBox.ec",
51             "$(ECERE_SDK_SRC)/ide/src/OldIDESettings.ec",
52             "$(ECERE_SDK_SRC)/extras/types/DynamicString.ec"
53          ]
54       },
55       "testSuite.ec"
56    ],
57    "ResourcesPath" : "",
58    "Resources" : [
59       "res/check.png",
60       "res/x.png",
61       "$(ECERE_SDK_SRC)/crossplatform.mk"
62    ]
63 }