Skip to content

Instantly share code, notes, and snippets.

@mschuckmann
Created February 9, 2022 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschuckmann/e3d90a4fed6c46b01173b9db8eef481c to your computer and use it in GitHub Desktop.
Save mschuckmann/e3d90a4fed6c46b01173b9db8eef481c to your computer and use it in GitHub Desktop.
# What does this PR do?
This is a test to demonstrate problems with BB and markdown
## Documentation
- Jira EN-714
- Link to Confluence Pages
- Screen Shots
# Testing
- Build the list the code, like this:
```bash
$ ls -al
total 20
drwxrwxr-x 4 mschuckmann mschuckmann 4096 Feb 8 23:56 .
drwxrwxr-x 5 mschuckmann mschuckmann 4096 Feb 9 17:07 ..
drwxrwxr-x 2 mschuckmann mschuckmann 4096 Feb 8 23:56 binaries
-rwxrwxr-x 1 mschuckmann mschuckmann 326 Feb 8 23:56 program_device.sh
drwxrwxr-x 2 mschuckmann mschuckmann 4096 Feb 8 23:56 scripts
```
- Verify the `program_device.sh` file is present.
- List check that the `scripts/hello_world.cpp` file has the correct text
```cpp
include <iostream>
use namespace std;
int main() {
cout << "hello world";
return 0;
}
```
- What to look out for.
# Reviewer Checklist
- [ ] Does it build
- [ ] Does it run
- [ ] Do all the unit-tests pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment