Skip to content

Commit 3a5e9d8

Browse files
authored
Merge pull request #1467 from mnordsletten/dev
Test: Added starbase to build test
2 parents 8e9db72 + 562b19e commit 3a5e9d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/misc/build_examples/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ script_absolute_dir=$RESULT
2525

2626
errors_present=0
2727
echo -e ">>> Will now attempt to make all examples. Outpt from make will only be present if an error occured"
28-
29-
for dir in `ls -d $script_absolute_dir/../../../examples/*`
28+
test_directories=$(ls -d $script_absolute_dir/../../../examples/* && echo $script_absolute_dir/../../../lib/uplink/starbase)
29+
for dir in $test_directories
3030
do
3131
BREAK=""
3232
cd $dir

0 commit comments

Comments
 (0)