Add puppets to ctest

This commit is contained in:
Carles Fernandez 2018-07-28 12:34:23 +02:00
parent 3aeef11342
commit 9b0be03256
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 2 additions and 4 deletions

View File

@ -649,9 +649,7 @@ if(ENABLE_TESTING)
foreach(kernel ${h_files})
get_filename_component(kernel ${kernel} NAME)
string(REPLACE ".h" "" kernel ${kernel})
if(NOT ${kernel} MATCHES puppet*)
VOLK_ADD_TEST(${kernel} "volk_gnsssdr_test_all")
endif(NOT ${kernel} MATCHES puppet*)
VOLK_ADD_TEST(${kernel} "volk_gnsssdr_test_all")
endforeach()
endif(ENABLE_TESTING)

View File

@ -39,7 +39,7 @@ int main(int argc, char* argv[])
float def_tol = 1e-6;
lv_32fc_t def_scalar = 327.0;
int def_iter = 1;
int def_vlen = 131071;
int def_vlen = 8111;
bool def_benchmark_mode = true;
std::string def_kernel_regex = "";