Skip to content
Snippets Groups Projects
Commit 75c4e62b authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Test all testcases in web/

parent 08d644c0
No related branches found
No related tags found
No related merge requests found
...@@ -50,4 +50,7 @@ class TestCasesCompile extends LeonTestSuite { ...@@ -50,4 +50,7 @@ class TestCasesCompile extends LeonTestSuite {
forEachFileIn(baseDir+"verification/") { f => forEachFileIn(baseDir+"verification/") { f =>
testFrontend(f, slashes) testFrontend(f, slashes)
} }
forEachFileIn(baseDir+"web/") { f =>
testFrontend(f, slashes)
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment