fre.make.tests.test_create_compile module
Test fre make create-compile
- fre.make.tests.test_create_compile.test_bad_platform()
Check for the failure of compile script creation due to a bad platform passed.
- fre.make.tests.test_create_compile.test_bad_platform_compilelog()
Check that compile log still created from the failure of compile script creation due to a bad platform passed.
- fre.make.tests.test_create_compile.test_bad_target()
Check for the failure of compile script creation due to a bad target passed.
- fre.make.tests.test_create_compile.test_bad_target_compilelog()
Check that compile log still created from the failure of compile script creation due to a bad target passed.
- fre.make.tests.test_create_compile.test_compile_creation()
Check for the creation of the compile script
- fre.make.tests.test_create_compile.test_compile_executable_failure()
Check for the failure in execution of the compile script. Fails because it would need the makefile and checked out source code.
- fre.make.tests.test_create_compile.test_compileyaml_exists()
Check the compile yaml exists
- fre.make.tests.test_create_compile.test_modelyaml_exists()
Check the model yaml exists
- fre.make.tests.test_create_compile.test_multi_target()
Check for the creation of the compile script for each target passed
- fre.make.tests.test_create_compile.test_platformyaml_exists()
Check the platform yaml exists