Skip to content

Commit b0a76c2

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

File tree

152 files changed

+70
-44
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

+70
-44
lines changed

.github/workflows/LuaScripts.yml

Lines changed: 2 additions & 2 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 ###"
@@ -41,7 +41,7 @@ jobs:
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)