File: buildconfig

package info (click to toggle)
storm-lang 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,100 kB
  • sloc: ansic: 261,471; cpp: 140,438; sh: 14,891; perl: 9,846; python: 2,525; lisp: 2,504; asm: 860; makefile: 678; pascal: 70; java: 52; xml: 37; awk: 12
file content (82 lines) | stat: -rw-r--r-- 2,597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#Test

#CppTypes -a ../Compiler/ ../Core/ ../Code/ --compiler --template ../Core/Gen/CppTypes.cpp --out ../Compiler/Gen/CppTypes.cpp --asm ../Core/Gen/CppVTables.VS_X86 ../Compiler/Gen/CppVTables.asm --doc ../doc.doc --using storm

#Basic UI test.
#Main -a -f tests.ui.simple
#Main -a -f tests.ui.main
#Main -a -f tests.ui.multi
#Main -a -f tests.ui.simpleUi
#Main -a -f tests.ui.multiline
#Main -a -f tests.ui.dialog
#Main -a -f tests.ui.overlay
#Main -a -f tests.ui.enterLeave
#Main -a -f tests.ui.text
#Main -a -f tests.layout.main
#Main -a -f tests.layout.basicMain
#Main -a -f tests.layout.gridTest
#Main -a -f tests.layout.checkTest
#Main -a -f tests.layout.nested
#Main -a -f tests.ui.images
#Main -a -f tests.ui.menu
#Main -a -f tests.ui.fileDialog
#Main -a -f tests.ui.testAbout
#Main -a -f tests.ui.listTest
#Main -a -f tests.ui.groups
#Main -a -f presentation.test.test
#Main -a -f presentation.test.simple
#Main -a -f progvis.main
#Main -a -f progvis.debug
#Main -a -f progvis.debugServer
#Main -a -T progvis.test
#Main -a -f trees.main
#Main -a -t experimental.effects.test
#Main -a -t experimental.templates.test
#Main -a -f tests.syntax.extension.main
Main -a -f tests.ui.inhibitScreenSaver

# Generate documentation
#Main -a -t markdown.tests
#Main -a -f markdown.doc.generateStormDoc -- --clear html

# SSL
#Main -a -f tests.ssl.main

#UI while running intensive memory allocations in the background.
#Main -a -r root/ -f tests.ui.simpleMem

#Other tests.
#Main -a -f tests.asm.testInlineLabel
#Main -a -f tests.sound.play
#Main -a -f tests.pdf.test
#Main -a -f test.example.main
#Main -a -t sql.tests
#Main -a -f sql.tests.migrateMariaDB
#Main 64 -a -f sql.tests.migratePostgreSQL
#Main 64 -a -f sql.tests.returning
#Main -a -t tests.io
#Main -a -t parser.tests
#Main -a -f http.tests.server
#Main -a -f http.tests.client
#Main -a -t json.tests

#Presentations
#Main -a -r root/ -i External/present -i External/final -f final.configura
#Main -a -r root/ -i External/present -i External/final -f final.extendedMain
#Main -a -r root/ -i External/present -i External/final -f final.main
#Main -a -r root/ -i External/present -i External/green -f green.main
#Main -a -r root/ -i External/present -i External/thesis -f thesis.main
#Main -a -i External/sle -f sle.main
#Main -a -i External/sle -f sle.debug
#Main -a -i External/icer2019 -f icer2019.main
#Main -a -i External/sigcse2020 -f sigcse2020.debug
#Main -a External/koli2022
#Main -a External/defence
#Main -a External/workshop
#Main -a External/kth

:template yes
:template-file yes
:header-ext h
:pch stdafx.h
:namespace yes