diff Makefile @ 336:d488b72254fb

bit-field done.
author kono
date Fri, 25 Jun 2004 03:56:48 +0900
parents 7ecb023d29b8
children 7fe7ce0a791f
line wrap: on
line diff
--- a/Makefile	Fri Jun 25 01:01:41 2004 +0900
+++ b/Makefile	Fri Jun 25 03:56:48 2004 +0900
@@ -66,9 +66,9 @@
 	make check TARGET=test/tmp10
 	make check TARGET=test/tmp11
 	make check TARGET=test/tmp12
-#	make check TARGET=test/tmp5
+	make check TARGET=test/tmp5
 	make check TARGET=test/tmp7
-#	make check TARGET=test/tmp8
+	make check TARGET=test/tmp8
 	make check TARGET=test/tmp9
 	make check TARGET=test/enum
 	make check TARGET=test/obsf
@@ -77,6 +77,8 @@
 	make check TARGET=test/switch
 	make check TARGET=test/strinit
 	make check TARGET=test/code-gen-all
+	make check TARGET=test/bitfield.c
+	make check TARGET=test/bitfield1.c
 #MK =-make
 MK=
 check-all-code: