OSDN Git Service

add run test
authorbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 04:51:49 +0000 (13:51 +0900)
committerbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 04:51:49 +0000 (13:51 +0900)
USB_Keybord_MAX3421E/src/Makefile

index c9bcc23..0589e6a 100644 (file)
@@ -13,8 +13,9 @@ OBJCS=$(patsubst %.cpp,%.o,$(filter %.cpp,$(CPP_SRCS)))
 
 .SUFFIXES: .o .sc .nsl
 
-all:create_sc runtest
+all:create_sc TestMain
        echo $(SC_SRCS)
+       ./TestMain
 
 create_sc:$(SC_SRCS)