Explorar el Código

added test rule.

Bruno Dias hace 12 años
padre
commit
032aa1b96c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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