ソースを参照

added test rule.

Bruno Dias 12 年 前
コミット
032aa1b96c
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -1,4 +1,6 @@
 all: xmltest
 xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
+test: clean xmltest
+	./xmltest
 clean:
 	rm -f *.o xmltest