mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-12 02:59:20 +02:00
Rename docs, tests and test/ui to doc, test and test/frontend to suite skeleton definition. refs #4212
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
#
|
|
# Tools for testing icinga2
|
|
#
|
|
|
|
extcmd_test just receives an icinga external command from stdin and returns whether it's a recognized command
|
|
or if there are any errors. To build it, just type gcc -o extcmd_test ./extcmd_test.c, there shouldn't be any
|
|
dependencies that need linker flags
|