Sfoglia il codice sorgente

* improved unit test CMakefile

master
bergmann 7 anni fa
parent
commit
e6b4a88d07
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      test/CMakeLists.txt

+ 2
- 1
test/CMakeLists.txt Vedi File

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

Caricamento…
Annulla
Salva