Explorar el Código

add the "incrementer" example to the test suite

Cédric Augonnet hace 16 años
padre
commit
933f9f1623
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -218,6 +218,8 @@ endif
 # Incrementer example #
 #######################
 
+check_PROGRAMS += incrementer/incrementer
+
 examplebin_PROGRAMS += incrementer/incrementer
 
 incrementer_incrementer_SOURCES =		\