diff --git a/.travis.yml b/.travis.yml index 0ab1c95d..4e3c4905 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,8 @@ env: - SUITE=RocketSuiteA - SUITE=RocketSuiteB - SUITE=RocketSuiteC - - SUITE=GroundtestSuite + - SUITE=GroundtestSuiteA + - SUITE=GroundtestSuiteB - SUITE=UnittestSuite # blacklist private branches diff --git a/regression/Makefile b/regression/Makefile index a6322da2..45187027 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -53,10 +53,14 @@ PROJECT=rocketchip CONFIGS=DefaultL2Config TinyConfig endif -ifeq ($(SUITE),GroundtestSuite) +ifeq ($(SUITE),GroundtestSuiteA) PROJECT=groundtest -CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig FancyMemtestConfig \ - BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \ +CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig FancyMemtestConfig +endif + +ifeq ($(SUITE),GroundtestSuiteB) +PROJECT=groundtest +CONFIGS=BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \ ComparatorConfig ComparatorBufferlessConfig ComparatorL2Config ComparatorStatelessConfig endif