Ver código fonte

* improved unit test CMakefile

master
bergmann 7 anos atrás
pai
commit
e6b4a88d07
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      test/CMakeLists.txt

+ 2
- 1
test/CMakeLists.txt Ver arquivo

@@ -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 ( )

Carregando…
Cancelar
Salvar