Skip to content

Commit

Permalink
test module names match filename, added test meta data 'testing_table…
Browse files Browse the repository at this point in the history
….json'
  • Loading branch information
millergarym authored and timbod7 committed Mar 29, 2023
1 parent 4a679b3 commit 55102d4
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 10 deletions.
2 changes: 1 addition & 1 deletion adl/tests/test10/test10.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test10
{
struct X#1
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test11/test11.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test11
{
struct X#1
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test12/test12.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test12
{
struct X
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test13/test13.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test13
{
struct X<A,A>
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test15/test15.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module test
module test15
{
/// A monomorphic struct
struct A
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test16/test16.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module test
module test16
{
import test2.A;

Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test19/test19.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module test
module test19
{
struct Pair<A,B>
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test21/test21.adl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Ann1 100
module test
module test21
{
// Some annotation types;

Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test8/test8.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test8
{
struct X
{
Expand Down
2 changes: 1 addition & 1 deletion adl/tests/test9/test9.adl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Test
module test9
{
struct X
{
Expand Down
36 changes: 36 additions & 0 deletions adl/tests/testing_table.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{ "search_path": "test1", "modules": ["test1" ] },
{ "search_path": "test2", "modules": ["test2" ] },
{ "search_path": "test3", "modules": ["test3" ] },
{ "search_path": "test4", "modules": ["test4" ] },
{ "search_path": "test5", "modules": ["test5" ] },
{ "search_path": "test6", "modules": ["test6" ] },
{ "search_path": "test7", "modules": ["test7" ] },
{ "search_path": "test8", "modules": ["test8" ], "fail": true },
{ "search_path": "test9", "modules": ["test9" ], "fail": true },
{ "search_path": "test10", "modules": ["test10" ], "fail": true },
{ "search_path": "test11", "modules": ["test11" ], "fail": true },
{ "search_path": "test12", "modules": ["test12" ] },
{ "search_path": "test13", "modules": ["test13" ] },
{ "search_path": "test14", "modules": ["test14" ] },
{ "search_path": "test15", "modules": ["test15" ] },
{ "search_path": "test16", "modules": ["test16" ] },
{ "search_path": "test16", "modules": ["test16" ] },
{ "search_path": "test16", "modules": ["test2" ] },
{ "search_path": "test17", "modules": ["test17" ] },
{ "search_path": "test18", "modules": ["test18" ] },
{ "search_path": "test19", "modules": ["test19" ] },
{ "search_path": "test20", "modules": ["test20" ] },
{ "search_path": "test21", "modules": ["test21" ] },
{ "search_path": "test22", "modules": ["test22a" ] },
{ "search_path": "test22", "modules": ["test22b" ] },
{ "search_path": "test23", "modules": ["test23" ] },
{ "search_path": "test24", "modules": ["test24" ] },
{ "search_path": "test25", "modules": ["admin" ] },
{ "search_path": "test26", "modules": ["test26" ] },
{ "search_path": "test27", "modules": ["test27" ] },
{ "search_path": "test27", "modules": ["test27a" ] },
{ "search_path": "test28", "modules": ["test28" ] },
{ "search_path": "test29", "modules": ["test29" ] },
{ "search_path": "demo1", "modules": ["picture" ] }
]

0 comments on commit 55102d4

Please sign in to comment.