Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4d74feee authored by hhakim's avatar hhakim
Browse files

Fix paths for only:changes rule.

parent 8a8f6d64
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ ctest:
only:
# C++ tests are executed only if something was modified in C++ lib or C++ tests
changes:
- src/**
- misc/test/src/C++/**
- src/**/*
- misc/test/src/C++/**/*
ctest_python:
before_script:
......
......@@ -56,7 +56,6 @@ using namespace Faust;
void test_prod(RandFaustType mat_type)
{
//RandFaustType t, unsigned int min_num_factors, unsigned int max_num_factors, unsigned int min_dim_size, unsigned int max_dim_size, float density=.1f, bool per_row=true
TransformHelper<FPP,Cpu>* th = TransformHelper<FPP,Cpu>::randFaust(mat_type, 12, 12, 1024, 1024, .05);
// th->save_mat_file("test_faust.mat");
// TransformHelper<FPP,Cpu>* th = new TransformHelper<FPP, Cpu>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment