changeset 126:567599520995

Adding GuiHostViewSmokeTest to the list of tests in Makefile
author Jana Fabrikova <jfabriko@redhat.com>
date Thu, 28 Nov 2013 11:04:16 +0100
parents bd5e2b6d3e55
children 35d1d67b575d
files ChangeLog Makefile
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 28 11:01:28 2013 +0100
+++ b/ChangeLog	Thu Nov 28 11:04:16 2013 +0100
@@ -1,3 +1,8 @@
+2013-11-28  Jana Fabrikova  <jfabriko@redhat.com>
+
+	* Makefile:
+	Adding GuiHostViewSmokeTest to the list of tests in Makefile
+
 2013-11-28  Jana Fabrikova  <jfabriko@redhat.com>
 
 	* src/org/thermostat/qa/testsuites/AgentWebStorageTest.java:
--- a/Makefile	Thu Nov 28 11:01:28 2013 +0100
+++ b/Makefile	Thu Nov 28 11:04:16 2013 +0100
@@ -44,7 +44,8 @@
 	AgentWebStorageTest \
 	GuiClientWebStorageTest \
 	CliClientDBModifWebStorageTest \
-	GuiClientDBModifWebStorageTest
+	GuiClientDBModifWebStorageTest \
+	GuiHostViewSmokeTest
 
 ALL_CLASSES = \
 	$(BUILD_DIR)/$(ANNOTATIONS_PACKAGE)/TestTypes.class \
@@ -89,7 +90,8 @@
 	$(BUILD_DIR)/$(TEST_PACKAGE)/GuiClientWebStorageTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/VersionAnnotationsSelfTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/CliClientDBModifWebStorageTest.class \
-	$(BUILD_DIR)/$(TEST_PACKAGE)/GuiClientDBModifWebStorageTest.class
+	$(BUILD_DIR)/$(TEST_PACKAGE)/GuiClientDBModifWebStorageTest.class \
+	$(BUILD_DIR)/$(TEST_PACKAGE)/GuiHostViewSmokeTest.class
 
 all:	build runtests