tests/Make.spec
changeset 132 a1dededebc0b
parent 111 a70313e80780
child 143 df7f89efd39d
--- a/tests/Make.spec	Fri Dec 14 11:41:47 2018 +0000
+++ b/tests/Make.spec	Tue Jan 01 23:46:41 2019 +0000
@@ -52,16 +52,20 @@
 
 COMMON_CLASSES= \
 	VDBAbstractApplicationTests \
+	VDBSimpleDebuggerConsoleViewTest \
 	jv_vdb_tests \
 	VDBInstructionListApplicationTests \
+	VDBSimpleDebuggerConsoleApplicationTest \
 
 
 
 
 COMMON_OBJS= \
     $(OUTDIR)VDBAbstractApplicationTests.$(O) \
+    $(OUTDIR)VDBSimpleDebuggerConsoleViewTest.$(O) \
     $(OUTDIR)jv_vdb_tests.$(O) \
     $(OUTDIR)VDBInstructionListApplicationTests.$(O) \
+    $(OUTDIR)VDBSimpleDebuggerConsoleApplicationTest.$(O) \