瀏覽代碼

ct as test

Feng 10 年之前
父節點
當前提交
9ec6abde31
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Makefile

+ 1 - 3
Makefile

@@ -26,10 +26,8 @@ clean:
 	@$(REBAR) clean
 
 test:
-	$(REBAR) skip_deps=true eunit
-
-ct:
 	ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct
+	#$(REBAR) skip_deps=true eunit
 
 edoc:
 	@$(REBAR) doc