1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00

Create xml test report during run and also run examples

This commit is contained in:
Mike Long
2012-04-26 18:01:01 +01:00
parent c10aca2b6b
commit 8e9a4c07f9

View File

@@ -1,3 +1,3 @@
#!/bin/sh
ruby fakegen.rb > fff3.h && make clean && make all && build/fff_test_c && build/fff_test_cpp
ruby fakegen.rb > fff3.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