File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,22 @@ and passing the `-v` option will add increasing levels of detailed output about
40
40
41
41
# Contributing a Test
42
42
43
+ > TODO: We still need to figure out a good organization strategy for the test cases.
44
+ > There should be some hierarchy for where test cases go,
45
+ > and a naming convention for the test case folders.
46
+
43
47
At an appropriate location with the ` tests ` directory
44
48
45
49
* create a folder with an appropriate name with contents
46
50
* a ` config.yml ` file with contents as outlined below
47
51
* the appropriate source file(s)
48
52
53
+ Some places one might find ideas for test cases to be added to this suite are:
54
+
55
+ * Bugs reported to different compilers
56
+ * Open source compiler test suites
57
+ * Interpretation requests submitted to the standards committee
58
+
49
59
## Contents of a ` config.yml ` file
50
60
51
61
The ` config.yml ` file contains YAML formatted data defining the attributes of the test case.
You can’t perform that action at this time.
0 commit comments