Skip to content

Commit 466bb96

Browse files
committed
Refactored directory structure.
1 parent 66cd829 commit 466bb96

File tree

152 files changed

+71
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+71
-45
lines changed

.github/workflows/LuaScripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
set -e
2020
WD=$(pwd)
21-
TEST=$(find test -name test.sh -executable -print)
21+
TEST=$(find meta/test -name test.sh -executable -print)
2222
for file in $TEST; do
2323
echo
2424
echo "### Running $file ###"
@@ -35,13 +35,13 @@ jobs:
3535
3636
- name: Squish all scripts
3737
run: |
38-
find . -name "*.LUA" -type f -exec util/SQUISH.LUA {} +
38+
find . -name "*.LUA" -type f -exec dev/SQUISH.LUA {} +
3939
4040
- name: Run unit tests again on squished versions of script
4141
run: |
4242
set -e
4343
WD=$(pwd)
44-
TEST=$(find test -name test.sh -executable -print)
44+
TEST=$(find meta/test -name test.sh -executable -print)
4545
for file in $TEST; do
4646
echo
4747
echo "### Running $file ###"

README.md

Lines changed: 8 additions & 7 deletions

bench/BENCH.LUA

Lines changed: 0 additions & 1 deletion
This file was deleted.

bench/EXBENCH.LUA

Lines changed: 0 additions & 1 deletion
This file was deleted.

bench/MD5SUM.LUA

Lines changed: 0 additions & 1 deletion
This file was deleted.

bench/S256SUM.LUA

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)