mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-07 09:48:06 +01:00
13 lines
201 B
Bash
13 lines
201 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ev
|
||
|
set -x
|
||
|
|
||
|
./test_concept_sink && \
|
||
|
./test_cpp_future_concepts && \
|
||
|
./test_dynamic_loaded_shared_lib | true && \
|
||
|
./test_filechange && \
|
||
|
./test_io && \
|
||
|
./test_sink && \
|
||
|
./test_message
|