--- parrot/config/gen/makefiles/root.in	Fri Aug 15 20:41:25 2003
+++ parrot_mods/config/gen/makefiles/root.in	Fri Aug 15 20:47:05 2003
@@ -566,9 +566,9 @@
 # to disable GC_DEBUG.
 EXTRA_TEST_ARGS = --gc-debug --running-make-test
 
-test : $(TEST_PROG) test_prep test_dummy
+test : $(TEST_PROG) test_prep test_dummy test_imcc
 
-fulltest : $(TEST_PROG) test_prep fulltest_dummy
+fulltest : $(TEST_PROG) test_prep fulltest_dummy fulltest_imcc
 
 .PHONY: fulltest_dummy
 fulltest_dummy :
@@ -613,6 +613,15 @@
 lifetest : $(TEST_PROG) examples/assembly/life.pbc
 	$(TEST_PROG) $(TEST_PROG_ARGS) examples/assembly/life.pbc
 
+test_imcc :
+	cd languages/imcc && $(PERL) t/harness && cd ../..
+
+fulltest_imcc :
+	cd languages/imcc && $(PERL) t/harness && cd ../..
+	cd languages/imcc && $(PERL) t/harness -j && cd ../..
+	cd languages/imcc && $(PERL) t/harness -P && cd ../..
+	cd languages/imcc && $(PERL) t/harness -b && cd ../..
+
 # For reporting success or failure with different configurations
 ok:
 	$(PERL) tools/dev/genrpt.pl --ok
