aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test_exe_template.sh
Commit message (Collapse)AuthorAgeFilesLines
* functional: Add general lambda support, revise API doc, have native target ↵Sven Gothel2022-09-191-1/+1
| | | | | | | | | | function size accessible (and show in toString() Also, to avoid any template type deduction error, have the internally used `function(std::shared_ptr<target_type> _funcPtr) noexcept` made explicit as `explicit function(const void* dummy, std::shared_ptr<target_type> _funcPtr) noexcept` Adopted test_functional01.cpp and test_functional_perf.hpp
* scripts/test*.sh: mkdir $rootdir/doc/test for logfileSven Gothel2022-07-251-0/+1
|
* scripts/test_exe_template.sh: Preserve quoted arguments (for Catch2 test args)Sven Gothel2022-07-251-4/+6
|
* FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2)Sven Gothel2022-07-241-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Build scripts - setup-machine-arch.sh - set os_name { 'linux' or 'freebsd' } - skip syslibdir for non linux - be quite if given arg "-quiet" - Set JAVA_HOME (if not done yet) - Set JUNIT_CP (if not done yet) - adopted all build/test scripts C++ compilation: - drop libatomic on all non Linux OS - Set SYS_INCLUDE_DIRS w/ FreeBSD += /usr/local/include, use it in compilation - FreeBSD: Set CMAKE_SYSTEM_PREFIX_PATH={/usr;/usr/local} - Use find_library() for LIBCURL_LIBNAME and LIBUNWIND_LIBNAME w/ REQUIRED if selected - Test: ownership_fix_tag: Use group 44(video) as defined in FreeBSD, Debian and Ubuntu - use 'chgrp -f' to not complain on errors, continue build OS/C++ file locations: - mini_httpd Java file locations: - openjdk - junit4 + hamcrest - IOUtil.getExeTestShellCode(): FreeBSD uses /bin/test as /bin/true is n/a (for executable temp jar dir, i.e. fat jars)
* update locale setting in test_exe_template.sh as wellv0.2.23Sven Gothel2021-01-291-2/+4
|
* valgrind checks passes, no leaks.v0.2.13Sven Gothel2021-01-111-2/+2
|
* updating build and test scriptsSven Gothel2021-01-111-1/+7
|
* if testing with valgring, also be nice ..Sven Gothel2021-01-061-1/+1
|
* CMakeLists, scripts/build.sh: Add GPROF and PERF_ANALYSIS: Manual ↵Sven Gothel2021-01-021-0/+65
performance analysis via gprof and callgrind also adding test-exe scripts for this purpose