Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
3387b7c8
Commit
3387b7c8
authored
8 years ago
by
testcdash Nicolas Bellot
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
debug ctest windows
parent
be5ef0d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/test/CMakeLists.txt
+2
-2
2 additions, 2 deletions
misc/test/CMakeLists.txt
with
2 additions
and
2 deletions
misc/test/CMakeLists.txt
+
2
−
2
View file @
3387b7c8
...
...
@@ -42,8 +42,8 @@ if(BUILD_MATLAB_MEX_FILES)
add_test
(
NAME MATLAB_FACT_HADAMARD_MEX COMMAND matlab -wait -nojvm -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MEX.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MEX.txt;try;testpass=0;addpath('
${
FAUST_BIN_TEST_BIN_DIR
}
','
${
FAUST_BIN_TEST_TOOLS_DIR
}
');set_path;hier_fact_test('matrix_HADAMARD_32','config_HADAMARD_32',5941,30,'MEX');catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MEX.txt
)
#&& type MATLAB_FACT_HADAMARD_MEX.txt)
add_test
(
NAME MATLAB_FACT_HADAMARD_MATLAB COMMAND matlab -wait -nojvm -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MATLAB.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MATLAB.txt;try;testpass=0;addpath('
${
FAUST_BIN_TEST_BIN_DIR
}
','
${
FAUST_BIN_TEST_TOOLS_DIR
}
');set_path;hier_fact_test('matrix_HADAMARD_32','config_HADAMARD_32',5941,30,'MATLAB');catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FACT_HADAMARD_MATLAB.txt
)
# && type MATLAB_FACT_HADAMARD_MATLAB.txt)
add_test
(
NAME MATLAB_DEMO_INSTALL COMMAND matlab -wait
-nojvm
-noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt;try;testpass=0;addpath('
${
CMAKE_INSTALL_MATLAB_PREFIX
}
');setup_FAUST;run_all_demo;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt
)
# && type MATLAB_DEMO_INSTALL.txt)
add_test
(
NAME MATLAB_DEMO_BUILD COMMAND matlab -wait
-nojvm
-noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt;try;testpass=0;addpath('
${
FAUST_MATLAB_BIN_DIR
}
');setup_FAUST;run_all_demo;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt
)
#&& type MATLAB_DEMO_BUILD.txt)
add_test
(
NAME MATLAB_DEMO_INSTALL COMMAND matlab -wait -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt;try;testpass=0;addpath('
${
CMAKE_INSTALL_MATLAB_PREFIX
}
');setup_FAUST;run_all_demo;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_INSTALL.txt
)
# && type MATLAB_DEMO_INSTALL.txt)
add_test
(
NAME MATLAB_DEMO_BUILD COMMAND matlab -wait -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt;try;testpass=0;addpath('
${
FAUST_MATLAB_BIN_DIR
}
');setup_FAUST;run_all_demo;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_DEMO_BUILD.txt
)
#&& type MATLAB_DEMO_BUILD.txt)
add_test
(
NAME MATLAB_FAUST_1 COMMAND matlab -wait -nojvm -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_1.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_1.txt;try;testpass=0;addpath('
${
FAUST_BIN_TEST_BIN_DIR
}
','
${
FAUST_BIN_TEST_TOOLS_DIR
}
');set_path;test_matlab_faust;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_1.txt
)
#&& type MATLAB_FAUST_1.txt)
## test the matlab Faust class methods with incorrect parameter
add_test
(
NAME MATLAB_FAUST_2 COMMAND matlab -wait -nojvm -noFigureWindows -nosplash -r
"delete
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_2.txt;diary
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_2.txt;try;testpass=0;addpath('
${
FAUST_BIN_TEST_BIN_DIR
}
','
${
FAUST_BIN_TEST_TOOLS_DIR
}
');set_path;test_matlab_faust2;catch ME ;testpass=-1;disp(getReport(ME)); end ; disp (testpass); diary OFF; exit(testpass)"
&& more
${
FAUST_BIN_TEST_BIN_DIR
}
/MATLAB_FAUST_2.txt
)
# && type MATLAB_FAUST_2.txt)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment