diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-23 16:16:12 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-23 16:16:12 +0100 |
commit | bd7e00096e4ae941164026cb571c70939e13ced2 (patch) | |
tree | c7d7fb17c087fe241ad2097aaaf083c4e7f5c0f9 /testsuite/sources/steps/generated_files | |
parent | 553cfcce4259cb2a0d622110ad52811d9ab357b6 (diff) |
Test installation and phoniness.
Diffstat (limited to 'testsuite/sources/steps/generated_files')
-rw-r--r-- | testsuite/sources/steps/generated_files | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/sources/steps/generated_files b/testsuite/sources/steps/generated_files new file mode 100644 index 0000000..0788db6 --- /dev/null +++ b/testsuite/sources/steps/generated_files @@ -0,0 +1,9 @@ +comfignat.gpr +${stage_bindir}/testcase +preprocess_done +base_done +build_done +$(if [ "${installation}" = full ] ; then echo preinstall_done ; fi) +$(if [ "${installation}" = files -o "${installation}" = full ] ; then echo install_files_done ; fi) +$(if [ "${installation}" = full ] ; then echo postinstall_done ; fi) +$(if [ "${installation}" = files -o "${installation}" = full ] ; then echo install_done ; fi) |