• Cedric Roux's avatar
    snow3g: add a test program · 523d8463
    Cedric Roux authored
    To use:
    
        cd <top directory of openair>
        mkdir build
        cd build
        cmake .. -GNinja -DENABLE_TESTS=ON
        ninja tests (alternatively: ninja snow3g_tests)
        ctest (alternatively: ctest -R snow3g_tests)
    523d8463
CMakeLists.txt 1.2 KB