Explorar el Código

* improved unit test CMakefile

master
bergmann hace 7 años
padre
commit
e6b4a88d07
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      test/CMakeLists.txt

+ 2
- 1
test/CMakeLists.txt Ver fichero

@@ -25,5 +25,6 @@ If ( __COTIRE_INCLUDED )
Cotire ( test_cppamqp )
EndIf ( )
If ( __CMAKE_TESTS_INCLUDED )
Add_CMake_Test ( cppamqp test_cppamqp )
Add_CMake_Test ( NAME cppamqp
TARGET test_cppamqp )
EndIf ( )

Cargando…
Cancelar
Guardar