Loading tests/frontend/project_fail/elements/compose-all.bst 0 → 100644 +10 −0 Original line number Diff line number Diff line kind: compose depends: - fileNAME: import-dev.bst type: build config: # Dont try running the sandbox, we dont have a # runtime to run anything in this context. integrate: False tests/frontend/project_fail/elements/import-dev.bst 0 → 100644 +4 −0 Original line number Diff line number Diff line kind: import sources: - kind: local path: files/dev-files tests/frontend/project_fail/elements/target.bst 0 → 100644 +7 −0 Original line number Diff line number Diff line kind: stack description: | Main stack target for the bst build test depends: - compose-all.bst tests/frontend/project_fail/files/dev-files/usr/include/pony.h 0 → 100644 +12 −0 Original line number Diff line number Diff line #ifndef __PONY_H__ #define __PONY_H__ #define PONY_BEGIN "Once upon a time, there was a pony." #define PONY_END "And they lived happily ever after, the end." #define MAKE_PONY(story) \ PONY_BEGIN \ story \ PONY_END #endif /* __PONY_H__ */ tests/frontend/project_fail/project.conf 0 → 100644 +4 −0 Original line number Diff line number Diff line # Project config for frontend build test name: test element-path: elements Loading
tests/frontend/project_fail/elements/compose-all.bst 0 → 100644 +10 −0 Original line number Diff line number Diff line kind: compose depends: - fileNAME: import-dev.bst type: build config: # Dont try running the sandbox, we dont have a # runtime to run anything in this context. integrate: False
tests/frontend/project_fail/elements/import-dev.bst 0 → 100644 +4 −0 Original line number Diff line number Diff line kind: import sources: - kind: local path: files/dev-files
tests/frontend/project_fail/elements/target.bst 0 → 100644 +7 −0 Original line number Diff line number Diff line kind: stack description: | Main stack target for the bst build test depends: - compose-all.bst
tests/frontend/project_fail/files/dev-files/usr/include/pony.h 0 → 100644 +12 −0 Original line number Diff line number Diff line #ifndef __PONY_H__ #define __PONY_H__ #define PONY_BEGIN "Once upon a time, there was a pony." #define PONY_END "And they lived happily ever after, the end." #define MAKE_PONY(story) \ PONY_BEGIN \ story \ PONY_END #endif /* __PONY_H__ */
tests/frontend/project_fail/project.conf 0 → 100644 +4 −0 Original line number Diff line number Diff line # Project config for frontend build test name: test element-path: elements