Sha256: 3245cfea94871cb5d17509cd832b8f7e1bbe8ec06bfd5f0a5eaef73769d02b65

Contents?: true

Size: 481 Bytes

Versions: 7

Compression:

Stored size: 481 Bytes

Contents

#!/bin/bash
set -e

cat LICENSE > fff.h
ruby fakegen.rb >> fff.h
make clean
make all
build/fff_test_c 
build/fff_test_cpp --gtest_output=xml:build/test_results.xml
build/ui_test_ansic
build/ui_test_cpp --gtest_output=xml:build/example_results.xml
build/fff_test_glob_c
build/fff_test_glob_cpp --gtest_output=xml:build/test_global_results.xml
build/driver_testing --gtest_output=xml:build/driver_testing.xml
build/driver_testing_fff  --gtest_output=xml:build/driver_testing_fff.xml

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ceedling-1.0.0 plugins/fff/vendor/fff/buildandtest
ceedling-0.28.1 plugins/fake_function_framework/vendor/fff/buildandtest
ceedling-0.27.0 plugins/fake_function_framework/vendor/fff/buildandtest
ceedling-0.25.0 plugins/fake_function_framework/vendor/fff/buildandtest
ceedling-0.24.0 plugins/fake_function_framework/vendor/fff/buildandtest
ceedling-0.22.0 plugins/fake_function_framework/vendor/fff/buildandtest
ceedling-0.21.0 plugins/fake_function_framework/vendor/fff/buildandtest