Skip to content

Commit

Permalink
fixed test suite issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbrown committed Feb 4, 2016
1 parent d010c2a commit 39676a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dsls/optiql/tests/QuerySuite.scala
Expand Up @@ -192,6 +192,7 @@ trait QueryableJoinTest extends DeliteTestModule with OptiQLApplication with Tes


class QuerySuite extends DeliteSuite {
override def enforceFullCoverage = false
def testSelect() { compileAndTest(QueryableSelectRunner) }
def testWhere() { compileAndTest(QueryableWhereRunner) }
def testReduce() { compileAndTest(QueryableReduceRunner) }
Expand Down
Expand Up @@ -19,5 +19,6 @@ trait ProfileTest extends DeliteTestModule with ProfileApplication {
}

class FirstDSLTestSuite extends DeliteSuite {
override def enforceFullCoverage = false
def testProfileDSL() { compileAndTest(ProfileTestRunner) }
}
1 change: 1 addition & 0 deletions runtime/tests/ppl/tests/scalatest/ProfilerSuite.scala
Expand Up @@ -107,5 +107,6 @@ class ProfilerSuite extends Suite {
checkExecutionSummary(executionProfile, "x11_0", 31, 31, 0)
checkExecutionSummary(executionProfile, "x11_1", 28, 28, 0)
checkExecutionSummary(executionProfile, "x11_2", 29, 29, 0)
(new java.io.File(Config.profileOutputDirectory + sep + "profile.db")).delete() //clean up
}
}

0 comments on commit 39676a1

Please sign in to comment.