AWS IoT Device SDK C: Jobs
AWS IoT Jobs library
Return to main page ↑
aws_iot_tests_jobs.c File Reference

Test runner for Jobs tests. More...

#include <stdbool.h>
#include "unity_fixture.h"

Functions

void RunJobsTests (bool disableNetworkTests, bool disableLongTests)
 Runs the Jobs test groups. More...
 

Detailed Description

Test runner for Jobs tests.

Function Documentation

◆ RunJobsTests()

void RunJobsTests ( bool  disableNetworkTests,
bool  disableLongTests 
)

Runs the Jobs test groups.

Parameters
[in]disableNetworkTestsWhether tests that require the network should run.
[in]disableLongTestsWhether tests that take a long time should run.