Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
2b0e6039
Commit
2b0e6039
authored
Feb 05, 2015
by
Marcin Siodelski
Browse files
[3669] Fix the distcheck issue with process_spawn_app.sh script.
parent
ce6948f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
2b0e6039
...
...
@@ -1466,6 +1466,7 @@ AC_CONFIG_FILES([compatcheck/Makefile
src/lib/util/python/Makefile
src/lib/util/python/gen_wiredata.py
src/lib/util/tests/Makefile
src/lib/util/tests/process_spawn_app.sh
src/lib/util/threads/Makefile
src/lib/util/threads/tests/Makefile
src/lib/util/unittests/Makefile
...
...
@@ -1488,6 +1489,7 @@ AC_CONFIG_FILES([compatcheck/Makefile
chmod +x src/lib/log/tests/logger_lock_test.sh
chmod +x src/lib/log/tests/severity_test.sh
chmod +x src/lib/util/python/gen_wiredata.py
chmod +x src/lib/util/tests/process_spawn_app.sh
chmod +x tools/path_replacer.sh
])
...
...
src/lib/util/tests/.gitignore
View file @
2b0e6039
/run_unittests
/process_spawn_app.sh
\ No newline at end of file
src/lib/util/tests/Makefile.am
View file @
2b0e6039
...
...
@@ -17,7 +17,7 @@ CLEANFILES = *.gcno *.gcda
# CSV files are created by unit tests for CSVFile class.
CLEANFILES
+=
*
.csv
EXTRA_DIST
=
process_spawn_app.sh
noinst_SCRIPTS
=
process_spawn_app.sh
TESTS_ENVIRONMENT
=
\
$(LIBTOOL)
--mode
=
execute
$(VALGRIND_COMMAND)
...
...
src/lib/util/tests/process_spawn_app.sh
→
src/lib/util/tests/process_spawn_app.sh
.in
View file @
2b0e6039
File moved
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