]> git.llucax.com Git - z.facultad/75.42/calculadora.git/blobdiff - Makefile
Se agregan reglas para pruebas al Makefile.
[z.facultad/75.42/calculadora.git] / Makefile
index ef58f640c8a5bafc46b1e0f2e7820b93363a75aa..f5a610a6b22ef7f79dd8e699fc3b7bdee3b28404 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,12 @@ TARGETS=
 # Regla por defecto.
 all: tp1
 
+# Pruebas.
+tests: dllist_test
+       ./dllist_test
+
+dllist_test: dllist.o
+
 tp1: $(TARGETS)
 
 # Regla para borrar.