This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e53f127a1
BangleApps
/
tests
/
Layout
/
bin
/
runalltests.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env as shebang everywhere It's not guaranteed that bash will be available at /bin/bash; it's even less likely that node will always be installed at /usr/bin/node{,js}. Always indirecting through /usr/bin/env means that there is only one such path that needs to be available.
2022-08-17 22:03:21 +00:00
#!/usr/bin/env bash
Ensure padding works correctly (fix #819), also add Layout test harness basics
2021-09-23 11:47:12 +00:00
add test for accellog
2021-09-23 12:02:24 +00:00
cd
`
dirname
$0
`
/..
ls tests/*.js
|
xargs -I
{
}
bin/runtest.sh
{
}