Skip to content

Commit c41c07b

Browse files
committed
Add test_menu()
1 parent e3beec3 commit c41c07b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/run_julia

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ if test -f "bin/kps-image-${julia_major}-${branch}.so"; then
8888
if [[ -n "$script_file" ]]; then
8989
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t 1 $GCT --project "$script_file" "$@"
9090
else
91-
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t 1 $GCT --project -i -e 'using KiteControllers'
91+
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t 1 $GCT --project -i -e 'using KiteControllers; test_menu() = Base.include(Main, joinpath(pkgdir(KiteControllers), "test", "test_menu.jl"))'
9292
fi
9393
else
9494
if [[ -n "$script_file" ]]; then
9595
PLOT=1 julia --project -t 1 $GCT "$script_file" "$@"
9696
else
97-
PLOT=1 julia --project -t 1 $GCT -i -e 'using KiteControllers'
97+
PLOT=1 julia --project -t 1 $GCT -i -e 'using KiteControllers; test_menu() = Base.include(Main, joinpath(pkgdir(KiteControllers), "test", "test_menu.jl"))'
9898
fi
9999
# julia --project
100100
fi

0 commit comments

Comments
 (0)