diff options
| author | Isaac Elenbaas <isaacelenbaas@gmail.com> | 2023-09-24 22:45:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 12:45:49 +1000 |
| commit | dd94877ec6d2ee5c4cdb0e71287abd76585b0268 (patch) | |
| tree | 26ded3ce8338286243d1b59d597f41329fea6ef4 /tests/basic | |
| parent | 1fb02d5ad87e69d459ae63235bbb3057083866ef (diff) | |
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/config.h | 2 | ||||
| -rw-r--r-- | tests/basic/test.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/config.h b/tests/basic/config.h index 85fa9d691d..7fc76d7c2e 100644 --- a/tests/basic/config.h +++ b/tests/basic/config.h | |||
| @@ -16,4 +16,4 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "test_common.h" \ No newline at end of file | 19 | #include "test_common.h" |
diff --git a/tests/basic/test.mk b/tests/basic/test.mk index 29690d1adf..6ec384609c 100644 --- a/tests/basic/test.mk +++ b/tests/basic/test.mk | |||
| @@ -15,4 +15,4 @@ | |||
| 15 | 15 | ||
| 16 | # -------------------------------------------------------------------------------- | 16 | # -------------------------------------------------------------------------------- |
| 17 | # Keep this file, even if it is empty, as a marker that this folder contains tests | 17 | # Keep this file, even if it is empty, as a marker that this folder contains tests |
| 18 | # -------------------------------------------------------------------------------- \ No newline at end of file | 18 | # -------------------------------------------------------------------------------- |
