Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2395c74d
authored
Mar 25, 2015
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: added tasks_cpp
parent
dbe5709b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/run_cpplint.sh
+1
-1
scripts/run_tests_cygwin.sh
+1
-1
scripts/run_tests_unix.sh
+1
-1
No files found.
scripts/run_cpplint.sh
View file @
2395c74d
...
@@ -79,7 +79,7 @@ retval=0
...
@@ -79,7 +79,7 @@ retval=0
##Excluded files
##Excluded files
RAND_FILES
=(
embb_mtapi_test_group.cc embb_mtapi_test_queue.cc embb_mtapi_test_task.cc queue_test-inl.h
)
RAND_FILES
=(
embb_mtapi_test_group.cc embb_mtapi_test_queue.cc embb_mtapi_test_task.cc queue_test-inl.h
)
for
project
in
base_c mtapi_c base_cpp mtapi_cpp algorithms_cpp containers_cpp dataflow_cpp
for
project
in
base_c mtapi_c base_cpp mtapi_cpp
tasks_cpp
algorithms_cpp containers_cpp dataflow_cpp
do
do
echo
"-> Doing project:
$project
"
echo
"-> Doing project:
$project
"
dir
=
$d
/
$project
dir
=
$d
/
$project
...
...
scripts/run_tests_cygwin.sh
View file @
2395c74d
...
@@ -37,7 +37,7 @@ done
...
@@ -37,7 +37,7 @@ done
DIR
=
`
dirname
"
$SCRIPT_LOCATION
"
`
DIR
=
`
dirname
"
$SCRIPT_LOCATION
"
`
TESTS
=
"embb_base_c_test embb_base_cpp_test embb_mtapi_c_test
\
TESTS
=
"embb_base_c_test embb_base_cpp_test embb_mtapi_c_test
\
embb_mtapi_cpp_test embb_algorithms_cpp_test
\
embb_mtapi_cpp_test embb_
tasks_cpp_test embb_
algorithms_cpp_test
\
embb_containers_cpp_test embb_dataflow_cpp_test"
embb_containers_cpp_test embb_dataflow_cpp_test"
for
TEST
in
$TESTS
;
do
for
TEST
in
$TESTS
;
do
...
...
scripts/run_tests_unix.sh
View file @
2395c74d
...
@@ -37,7 +37,7 @@ done
...
@@ -37,7 +37,7 @@ done
DIR
=
`
dirname
"
$SCRIPT_LOCATION
"
`
DIR
=
`
dirname
"
$SCRIPT_LOCATION
"
`
TESTS
=
"embb_base_c_test embb_base_cpp_test embb_mtapi_c_test
\
TESTS
=
"embb_base_c_test embb_base_cpp_test embb_mtapi_c_test
\
embb_mtapi_cpp_test embb_algorithms_cpp_test
\
embb_mtapi_cpp_test embb_
tasks_cpp_test embb_
algorithms_cpp_test
\
embb_containers_cpp_test embb_dataflow_cpp_test"
embb_containers_cpp_test embb_dataflow_cpp_test"
for
TEST
in
$TESTS
;
do
for
TEST
in
$TESTS
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment