From 733eb90a62f1fa0e6491fafb243cfb8738bf0393 Mon Sep 17 00:00:00 2001 From: Justin Nolan Date: Wed, 13 May 2026 14:32:28 +0200 Subject: [PATCH] test --- README.md | 1 + test.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 test.txt diff --git a/README.md b/README.md index d124dcc..397b446 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ Common Scons scripts repo for the [OpenVicProject repos](https://github.com/Open opts.Add(BoolVariable("example", "Is an example", false)) ``` 2. When options are finished call `env.FinalizeOptions()` then setup your scons script using env. +test \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +test \ No newline at end of file