forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDIRS
More file actions
18 lines (18 loc) · 949 Bytes
/
DIRS
File metadata and controls
18 lines (18 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test/ -- regression tests
Bin/ -- binaries used in running the test system
Logs/ -- default location for log files to be written out
Samples/ -- sample tests (not run by default, use -startdir to test)
-----------
classes/ -- tests using classes/OO
compflags/ -- tests that make sure compiler flags are working properly
dispatch/ -- tests of dispatching
execcflags/ -- tests of different executable flags
flowanalysis/ -- tests of the low-level flow analaysis stuff
functions/ -- tests of function calls
library -- tests of standard and package modules
lowlevelcg/ -- tests of the low-level code generation
modules/ -- tests of using multiple modules
parsing/ -- tests of parsing
reviews/ -- code used in government reviews
trivial/ -- tests that we will one day be embarrassed by
types/ -- tests related to different Chapel types